ModelArmorConfig class final

Configuration for Model Armor integrations of prompt and responses.

Inheritance
  • Object
  • ProtoMessage
  • ModelArmorConfig

Constructors

ModelArmorConfig({String promptTemplateName = '', String responseTemplateName = ''})
ModelArmorConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
promptTemplateName String
Optional. The name of the Model Armor template to use for prompt sanitization.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
responseTemplateName String
Optional. The name of the Model Armor template to use for response sanitization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String