Class GoogleCloudAiplatformV1RetrievalMetadata
Metadata related to the retrieval grounding source. This is part of the GroundingMetadata returned when
grounding is enabled.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1RetrievalMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleSearchDynamicRetrievalScore
Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The
score is in the range of [0, 1]. A score of 1 means the model is confident that a search will be helpful,
and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are
enabled. The score is used to determine whether to trigger a search.
Declaration
[JsonProperty("googleSearchDynamicRetrievalScore")]
public virtual float? GoogleSearchDynamicRetrievalScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |