public sealed class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata : IMessage<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata>, IEquatable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata>, IDeepCloneable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata.
Describes the metadata associated with a retrieval step.
Inheritance
object > GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadataImplements
IMessageGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesRetrievalMetadata, IEquatableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesRetrievalMetadata, IDeepCloneableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesRetrievalMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
RetrievalMetadata()
public RetrievalMetadata()
RetrievalMetadata(RetrievalMetadata)
public RetrievalMetadata(GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata other)
Parameter | |
---|---|
Name | Description |
other |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesRetrievalMetadata |
Properties
DynamicRetrievalMetadata
public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata DynamicRetrievalMetadata { get; set; }
Metadata for dynamic retrieval.
Property Value | |
---|---|
Type | Description |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalMetadata |
Source
public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.RetrievalMetadata.Types.Source Source { get; set; }
Describes the source to which the metadata is referring to.
Property Value | |
---|---|
Type | Description |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesRetrievalMetadataTypesSource |