Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GoogleSearchRetrieval
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Tool to retrieve public web data for grounding, powered by Google.
Instance Attribute Summary collapse
-
#dynamic_retrieval_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DynamicRetrievalConfig
Describes the options to customize dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleSearchRetrieval
constructor
A new instance of GoogleCloudAiplatformV1GoogleSearchRetrieval.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1GoogleSearchRetrieval
Returns a new instance of GoogleCloudAiplatformV1GoogleSearchRetrieval.
11758 11759 11760 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11758 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dynamic_retrieval_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DynamicRetrievalConfig
Describes the options to customize dynamic retrieval.
Corresponds to the JSON property dynamicRetrievalConfig
11756 11757 11758 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11756 def dynamic_retrieval_config @dynamic_retrieval_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11763 11764 11765 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11763 def update!(**args) @dynamic_retrieval_config = args[:dynamic_retrieval_config] if args.key?(:dynamic_retrieval_config) end |