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

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 associated with a retrieval step.

Defined Under Namespace

Modules: Source

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_retrieval_metadata::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalMetadata

Returns Metadata for dynamic retrieval.



318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 318

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

  # Describes the source to which the metadata is associated to.
  module Source
    # Unspecified source.
    SOURCE_UNSPECIFIED = 0

    # Vertex AI search.
    VERTEX_AI_SEARCH = 1

    # Google Search.
    GOOGLE_SEARCH = 3

    # User inline provided content.
    INLINE_CONTENT = 2

    # Google Maps.
    GOOGLE_MAPS = 4
  end
end

#source::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::RetrievalMetadata::Source

Returns Describes the source to which the metadata is referring to.



318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 318

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

  # Describes the source to which the metadata is associated to.
  module Source
    # Unspecified source.
    SOURCE_UNSPECIFIED = 0

    # Vertex AI search.
    VERTEX_AI_SEARCH = 1

    # Google Search.
    GOOGLE_SEARCH = 3

    # User inline provided content.
    INLINE_CONTENT = 2

    # Google Maps.
    GOOGLE_MAPS = 4
  end
end