Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalPredictorMetadata

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

Overview

Describes the metadata about the dynamic retrieval predictor.

Defined Under Namespace

Modules: Version

Instance Attribute Summary collapse

Instance Attribute Details

#prediction::Float



377
378
379
380
381
382
383
384
385
386
387
388
389
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 377

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

  # The version of the predictor which was used in dynamic retrieval.
  module Version
    # Unspecified version, should never be used.
    VERSION_UNSPECIFIED = 0

    # The V1 model which is evaluating each source independently.
    V1_INDEPENDENT = 1
  end
end

#version::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalPredictorMetadata::Version



377
378
379
380
381
382
383
384
385
386
387
388
389
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 377

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

  # The version of the predictor which was used in dynamic retrieval.
  module Version
    # Unspecified version, should never be used.
    VERSION_UNSPECIFIED = 0

    # The V1 model which is evaluating each source independently.
    V1_INDEPENDENT = 1
  end
end