GoogleCloudAiplatformV1ModelArmorConfig class
Configuration for Model Armor integrations of prompt and responses.
Constructors
- GoogleCloudAiplatformV1ModelArmorConfig.new({String? promptTemplateName, String? responseTemplateName})
- GoogleCloudAiplatformV1ModelArmorConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- promptTemplateName ↔ String?
-
The name of the Model Armor template to use for prompt sanitization.
getter/setter pair
- responseTemplateName ↔ String?
-
The name of the Model Armor template to use for response sanitization.
getter/setter pair
- 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(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited