Show / Hide Table of Contents

Class GoogleCloudAiplatformV1GroundingChunk

A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by the model. When grounding is enabled, the model returns a GroundingChunk that contains a reference to the source of the information.

Inheritance
object
GoogleCloudAiplatformV1GroundingChunk
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GroundingChunk : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Maps

A grounding chunk from Google Maps. See the Maps message for details.

Declaration
[JsonProperty("maps")]
public virtual GoogleCloudAiplatformV1GroundingChunkMaps Maps { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GroundingChunkMaps

RetrievedContext

A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the RetrievedContext message for details

Declaration
[JsonProperty("retrievedContext")]
public virtual GoogleCloudAiplatformV1GroundingChunkRetrievedContext RetrievedContext { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GroundingChunkRetrievedContext

Web

A grounding chunk from a web page, typically from Google Search. See the Web message for details.

Declaration
[JsonProperty("web")]
public virtual GoogleCloudAiplatformV1GroundingChunkWeb Web { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GroundingChunkWeb

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX