public sealed class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata : IMessage<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata>, IEquatable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata>, IDeepCloneable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata.
Describes the metadata about dynamic retrieval.
Inheritance
object > GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadataImplements
IMessageGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalMetadata, IEquatableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalMetadata, IDeepCloneableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
DynamicRetrievalMetadata()
public DynamicRetrievalMetadata()
DynamicRetrievalMetadata(DynamicRetrievalMetadata)
public DynamicRetrievalMetadata(GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalMetadata other)
Parameter | |
---|---|
Name | Description |
other |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalMetadata |
Properties
PredictorMetadata
public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.DynamicRetrievalPredictorMetadata PredictorMetadata { get; set; }
Metadata for the dynamic retrieval predictor.
Property Value | |
---|---|
Type | Description |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesDynamicRetrievalPredictorMetadata |