Cloud AI Platform v1 API - Class GroundingChunk (3.5.0)

public sealed class GroundingChunk : IMessage<GroundingChunk>, IEquatable<GroundingChunk>, IDeepCloneable<GroundingChunk>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GroundingChunk.

Grounding chunk.

Inheritance

object > GroundingChunk

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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