Cloud AI Platform v1 API - Class GroundingMetadata (3.1.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
Name Description
other GroundingMetadata

Properties

SearchEntryPoint

public SearchEntryPoint SearchEntryPoint { get; set; }

Optional. Google search entry for the following-up web searches.

Property Value
Type Description
SearchEntryPoint

WebSearchQueries

public RepeatedField<string> WebSearchQueries { get; }

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

Property Value
Type Description
RepeatedFieldstring