Class: Google::Cloud::AIPlatform::V1::GoogleSearchRetrieval
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GoogleSearchRetrieval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tool.rb
Overview
Tool to retrieve public web data for grounding, powered by Google.
Instance Attribute Summary collapse
-
#dynamic_retrieval_config ⇒ ::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig
Specifies the dynamic retrieval configuration for the given source.
Instance Attribute Details
#dynamic_retrieval_config ⇒ ::Google::Cloud::AIPlatform::V1::DynamicRetrievalConfig
Returns Specifies the dynamic retrieval configuration for the given source.
161 162 163 164 |
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 161 class GoogleSearchRetrieval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |