Class GoogleCloudAiplatformV1beta1GroundingSupport
Grounding support.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.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 |