public interface GroundingSupportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceScores(int index)
Confidence score of the support references.
|
int |
getConfidenceScoresCount()
Confidence score of the support references.
|
List<Float> |
getConfidenceScoresList()
Confidence score of the support references.
|
int |
getGroundingChunkIndices(int index)
A list of indices (into 'grounding_chunk') specifying the
citations associated with the claim.
|
int |
getGroundingChunkIndicesCount()
A list of indices (into 'grounding_chunk') specifying the
citations associated with the claim.
|
List<Integer> |
getGroundingChunkIndicesList()
A list of indices (into 'grounding_chunk') specifying the
citations associated with the claim.
|
Segment |
getSegment()
Segment of the content this support belongs to.
|
SegmentOrBuilder |
getSegmentOrBuilder()
Segment of the content this support belongs to.
|
boolean |
hasSegment()
Segment of the content this support belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSegment()
Segment of the content this support belongs to.
optional .google.cloud.aiplatform.v1beta1.Segment segment = 1;Segment getSegment()
Segment of the content this support belongs to.
optional .google.cloud.aiplatform.v1beta1.Segment segment = 1;SegmentOrBuilder getSegmentOrBuilder()
Segment of the content this support belongs to.
optional .google.cloud.aiplatform.v1beta1.Segment segment = 1;List<Integer> getGroundingChunkIndicesList()
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.
repeated int32 grounding_chunk_indices = 2;int getGroundingChunkIndicesCount()
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.
repeated int32 grounding_chunk_indices = 2;int getGroundingChunkIndices(int index)
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.
repeated int32 grounding_chunk_indices = 2;index - The index of the element to return.List<Float> getConfidenceScoresList()
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.
repeated float confidence_scores = 3;int getConfidenceScoresCount()
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.
repeated float confidence_scores = 3;float getConfidenceScores(int index)
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.
repeated float confidence_scores = 3;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.