Class: Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb

Overview

Describes the metadata about dynamic retrieval.

Instance Attribute Summary collapse

Instance Attribute Details

#predictor_metadata::Google::Cloud::DiscoveryEngine::V1beta::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalPredictorMetadata

Returns Metadata for the dynamic retrieval predictor.



338
339
340
341
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounded_generation_service.rb', line 338

class DynamicRetrievalMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end