Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration

Returns a new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfiguration.



15922
15923
15924
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15922

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

Instance Attribute Details

#predictorGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequestDynamicRetrievalConfigurationDynamicRetrievalPredictor

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



15920
15921
15922
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15920

def predictor
  @predictor
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15927
15928
15929
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15927

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