Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration

Returns a new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfiguration.



5394
5395
5396
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5394

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#predictorGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor

Describes the predictor settings for dynamic retrieval. Corresponds to the JSON property predictor



5392
5393
5394
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5392

def predictor
  @predictor
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5399
5400
5401
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5399

def update!(**args)
  @predictor = args[:predictor] if args.key?(:predictor)
end