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.
10990 10991 10992 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10990 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
10988 10989 10990 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10988 def dynamic_retrieval_config @dynamic_retrieval_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10995 10996 10997 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10995 def update!(**args) @dynamic_retrieval_config = args[:dynamic_retrieval_config] if args.key?(:dynamic_retrieval_config) end |