Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GroundingSupport

Grounding support.

Inheritance
object
GoogleCloudAiplatformV1beta1GroundingSupport
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 GoogleCloudAiplatformV1beta1GroundingSupport : IDirectResponseSchema

Properties

ConfidenceScores

Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the grounding_chunk_indices.

Declaration
[JsonProperty("confidenceScores")]
public virtual IList<float?> ConfidenceScores { get; set; }
Property Value
Type Description
IList<float?>

ETag

The ETag of the item.

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

GroundingChunkIndices

A list of indices (into 'grounding_chunk') specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim.

Declaration
[JsonProperty("groundingChunkIndices")]
public virtual IList<int?> GroundingChunkIndices { get; set; }
Property Value
Type Description
IList<int?>

Segment

Segment of the content this support belongs to.

Declaration
[JsonProperty("segment")]
public virtual GoogleCloudAiplatformV1beta1Segment Segment { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1Segment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX