Class: Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::RetrievalMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::RetrievalMetadata
- 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
-
#dynamic_retrieval_metadata ⇒ ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalMetadata
Metadata for dynamic retrieval.
-
#source ⇒ ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::RetrievalMetadata::Source
Describes the source to which the metadata is referring to.
Instance Attribute Details
#dynamic_retrieval_metadata ⇒ ::Google::Cloud::DiscoveryEngine::V1::GenerateGroundedContentResponse::Candidate::GroundingMetadata::DynamicRetrievalMetadata
Returns Metadata for dynamic retrieval.
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 312 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.
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 |
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 312 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 |