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.



140
141
142
143
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 140

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.

Returns:



140
141
142
143
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 140

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