Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GroundingMetadata

Metadata returned to client when grounding is enabled.

Inheritance
object
GoogleCloudAiplatformV1beta1GroundingMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroundingChunks

List of supporting references retrieved from specified grounding source.

Declaration
[JsonProperty("groundingChunks")]
public virtual IList<GoogleCloudAiplatformV1beta1GroundingChunk> GroundingChunks { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1GroundingChunk>

GroundingSupports

Optional. List of grounding support.

Declaration
[JsonProperty("groundingSupports")]
public virtual IList<GoogleCloudAiplatformV1beta1GroundingSupport> GroundingSupports { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1GroundingSupport>

RetrievalMetadata

Optional. Output only. Retrieval metadata.

Declaration
[JsonProperty("retrievalMetadata")]
public virtual GoogleCloudAiplatformV1beta1RetrievalMetadata RetrievalMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RetrievalMetadata

RetrievalQueries

Optional. Queries executed by the retrieval tools.

Declaration
[JsonProperty("retrievalQueries")]
public virtual IList<string> RetrievalQueries { get; set; }
Property Value
Type Description
IList<string>

SearchEntryPoint

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

Declaration
[JsonProperty("searchEntryPoint")]
public virtual GoogleCloudAiplatformV1beta1SearchEntryPoint SearchEntryPoint { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SearchEntryPoint

WebSearchQueries

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

Declaration
[JsonProperty("webSearchQueries")]
public virtual IList<string> WebSearchQueries { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX