Class GoogleCloudAiplatformV1GroundingChunk
Grounding chunk.
Implements
Inherited Members
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 |
RetrievedContext
Grounding chunk from context retrieved by the retrieval tools.
Declaration
[JsonProperty("retrievedContext")]
public virtual GoogleCloudAiplatformV1GroundingChunkRetrievedContext RetrievedContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GroundingChunkRetrievedContext |
Web
Grounding chunk from the web.
Declaration
[JsonProperty("web")]
public virtual GoogleCloudAiplatformV1GroundingChunkWeb Web { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GroundingChunkWeb |