Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Describes the metadata about dynamic retrieval.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata.



10764
10765
10766
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10764

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

Instance Attribute Details

#predictor_metadataGoogle::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata

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



10762
10763
10764
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10762

def 
  @predictor_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10769
10770
10771
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 10769

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