public sealed class GroundingChunk : IMessage<GroundingChunk>, IEquatable<GroundingChunk>, IDeepCloneable<GroundingChunk>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 |
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 |