public sealed class GroundingChunk : IMessage<GroundingChunk>, IEquatable<GroundingChunk>, IDeepCloneable<GroundingChunk>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GroundingChunk.
Grounding chunk.
Implements
IMessageGroundingChunk, IEquatableGroundingChunk, IDeepCloneableGroundingChunk, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GroundingChunk()
public GroundingChunk()GroundingChunk(GroundingChunk)
public GroundingChunk(GroundingChunk other)| Parameter | |
|---|---|
| Name | Description |
other |
GroundingChunk |
Properties
ChunkTypeCase
public GroundingChunk.ChunkTypeOneofCase ChunkTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
GroundingChunkChunkTypeOneofCase |
|
Maps
public GroundingChunk.Types.Maps Maps { get; set; }Grounding chunk from Google Maps.
| Property Value | |
|---|---|
| Type | Description |
GroundingChunkTypesMaps |
|
RetrievedContext
public GroundingChunk.Types.RetrievedContext RetrievedContext { get; set; }Grounding chunk from context retrieved by the retrieval tools.
| Property Value | |
|---|---|
| Type | Description |
GroundingChunkTypesRetrievedContext |
|
Web
public GroundingChunk.Types.Web Web { get; set; }Grounding chunk from the web.
| Property Value | |
|---|---|
| Type | Description |
GroundingChunkTypesWeb |
|