Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Describes the options to customize dynamic retrieval.
Instance Attribute Summary collapse
-
#predictor ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
Describes the predictor settings for dynamic retrieval.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
constructor
A new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration
Returns a new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration.
5307 5308 5309 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5307 def initialize(**args) update!(**args) end |
Instance Attribute Details
#predictor ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor
Describes the predictor settings for dynamic retrieval.
Corresponds to the JSON property predictor
5305 5306 5307 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5305 def predictor @predictor end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5312 5313 5314 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5312 def update!(**args) @predictor = args[:predictor] if args.key?(:predictor) end |