Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Describes the options to customize dynamic retrieval.
Instance Attribute Summary collapse
-
#predictor ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
Describes the predictor settings for dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
constructor
A new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration
Returns a new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration.
15553 15554 15555 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15553 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predictor ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
Describes the predictor settings for dynamic retrieval.
Corresponds to the JSON property predictor
15551 15552 15553 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15551 def predictor @predictor end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15558 15559 15560 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15558 def update!(**args) @predictor = args[:predictor] if args.key?(:predictor) end |