Cloud AI Platform v1 API - Class GroundingMetadata (2.27.0)

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

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

Metadata returned to client when grounding is enabled.

Inheritance

object > GroundingMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GroundingMetadata()

public GroundingMetadata()

GroundingMetadata(GroundingMetadata)

public GroundingMetadata(GroundingMetadata other)
Parameter
NameDescription
otherGroundingMetadata

Properties

GroundingAttributions

public RepeatedField<GroundingAttribution> GroundingAttributions { get; }

Optional. List of grounding attributions.

Property Value
TypeDescription
RepeatedFieldGroundingAttribution

WebSearchQueries

public RepeatedField<string> WebSearchQueries { get; }

Optional. Web search queries for the following-up web search.

Property Value
TypeDescription
RepeatedFieldstring