Class: Google::Cloud::AIPlatform::V1::ModelArmorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelArmorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Configuration for Model Armor integrations of prompt and responses.
Instance Attribute Summary collapse
-
#prompt_template_name ⇒ ::String
Optional.
-
#response_template_name ⇒ ::String
Optional.
Instance Attribute Details
#prompt_template_name ⇒ ::String
Returns Optional. The name of the Model Armor template to use for prompt sanitization.
941 942 943 944 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 941 class ModelArmorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_template_name ⇒ ::String
Returns Optional. The name of the Model Armor template to use for response sanitization.
941 942 943 944 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 941 class ModelArmorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |