Class: Google::Cloud::AIPlatform::V1::ModelArmorConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#prompt_template_name::String

Returns Optional. The name of the Model Armor template to use for prompt sanitization.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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