Class GoogleCloudAiplatformV1beta1GroundingMetadata
Metadata returned to client when grounding is enabled.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingMetadata : 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<GoogleCloudAiplatformV1beta1GroundingChunk> GroundingChunks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1GroundingChunk> |
GroundingSupports
Optional. List of grounding support.
Declaration
[JsonProperty("groundingSupports")]
public virtual IList<GoogleCloudAiplatformV1beta1GroundingSupport> GroundingSupports { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1GroundingSupport> |
RetrievalMetadata
Optional. Output only. Retrieval metadata.
Declaration
[JsonProperty("retrievalMetadata")]
public virtual GoogleCloudAiplatformV1beta1RetrievalMetadata RetrievalMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RetrievalMetadata |
RetrievalQueries
Optional. Queries executed by the retrieval tools.
Declaration
[JsonProperty("retrievalQueries")]
public virtual IList<string> RetrievalQueries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SearchEntryPoint
Optional. Google search entry for the following-up web searches.
Declaration
[JsonProperty("searchEntryPoint")]
public virtual GoogleCloudAiplatformV1beta1SearchEntryPoint SearchEntryPoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SearchEntryPoint |
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> |