Class: Google::Cloud::AIPlatform::V1::Retrieval
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Retrieval
- 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
-
#disable_attribution ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#vertex_ai_search ⇒ ::Google::Cloud::AIPlatform::V1::VertexAISearch
Set to use data source powered by Vertex AI Search.
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.
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.
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 |