Class GoogleCloudAiplatformV1GroundingMetadata
Metadata returned to client when grounding is enabled.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GroundingMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroundingChunks
List of supporting references retrieved from specified grounding source.
Declaration
[JsonProperty("groundingChunks")]
public virtual IList<GoogleCloudAiplatformV1GroundingChunk> GroundingChunks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1GroundingChunk> |
GroundingSupports
Optional. List of grounding support.
Declaration
[JsonProperty("groundingSupports")]
public virtual IList<GoogleCloudAiplatformV1GroundingSupport> GroundingSupports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1GroundingSupport> |
RetrievalMetadata
Optional. Output only. Retrieval metadata.
Declaration
[JsonProperty("retrievalMetadata")]
public virtual GoogleCloudAiplatformV1RetrievalMetadata RetrievalMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1RetrievalMetadata |
SearchEntryPoint
Optional. Google search entry for the following-up web searches.
Declaration
[JsonProperty("searchEntryPoint")]
public virtual GoogleCloudAiplatformV1SearchEntryPoint SearchEntryPoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SearchEntryPoint |
WebSearchQueries
Optional. Web search queries for the following-up web search.
Declaration
[JsonProperty("webSearchQueries")]
public virtual IList<string> WebSearchQueries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |