Class: Google::Cloud::AIPlatform::V1::Retrieval

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

Overview

Defines a retrieval tool that model can call to access external knowledge.

Instance Attribute Summary collapse

Instance Attribute Details

#disable_attribution::Boolean

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. Deprecated. This option is no longer supported.

Returns:

  • (::Boolean)

    Optional. Deprecated. This option is no longer supported.



413
414
415
416
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 413

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

#vertex_ai_search::Google::Cloud::AIPlatform::V1::VertexAISearch

Returns Set to use data source powered by Vertex AI Search.

Note: The following fields are mutually exclusive: vertex_ai_search, vertex_rag_store. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AIPlatform::V1::VertexAISearch)

    Set to use data source powered by Vertex AI Search.

    Note: The following fields are mutually exclusive: vertex_ai_search, vertex_rag_store. If a field in that set is populated, all other fields in the set will automatically be cleared.



413
414
415
416
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 413

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

#vertex_rag_store::Google::Cloud::AIPlatform::V1::VertexRagStore

Returns Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.

Note: The following fields are mutually exclusive: vertex_rag_store, vertex_ai_search. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AIPlatform::V1::VertexRagStore)

    Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.

    Note: The following fields are mutually exclusive: vertex_rag_store, vertex_ai_search. If a field in that set is populated, all other fields in the set will automatically be cleared.



413
414
415
416
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 413

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