Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalMetadata.



15908
15909
15910
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15908

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

Instance Attribute Details

#predictor_metadataGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponseCandidateGroundingMetadataDynamicRetrievalPredictorMetadata

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



15906
15907
15908
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15906

def 
  @predictor_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15913
15914
15915
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15913

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