Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

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 metadata about dynamic retrieval.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata.



5662
5663
5664
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5662

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

Instance Attribute Details

#predictor_metadataGoogle::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1GenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata

Describes the metadata about the dynamic retrieval predictor. Corresponds to the JSON property predictorMetadata



5660
5661
5662
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5660

def 
  @predictor_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5667
5668
5669
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 5667

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