Class: Google::Cloud::AIPlatform::V1::AugmentPromptRequest::Model

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb

Overview

Metadata of the backend deployed model.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String

Returns Optional. The model that the user will send the augmented prompt for content generation.

Returns:

  • (::String)

    Optional. The model that the user will send the augmented prompt for content generation.



164
165
166
167
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 164

class Model
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_version::String

Returns Optional. The model version of the backend deployed model.

Returns:

  • (::String)

    Optional. The model version of the backend deployed model.



164
165
166
167
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 164

class Model
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end