Class GoogleCloudAiplatformV1beta1GroundingChunk
Grounding chunk.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingChunk : 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 GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext RetrievedContext { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext |
Web
Grounding chunk from the web.
Declaration
[JsonProperty("web")]
public virtual GoogleCloudAiplatformV1beta1GroundingChunkWeb Web { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1GroundingChunkWeb |