Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
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.
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.
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.
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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface GroundingSupportOrBuilder (1.12.0)\n\n public interface GroundingSupportOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getConfidenceScores(int index)\n\n public abstract float getConfidenceScores(int index)\n\nConfidence score of the support references. Ranges from 0 to 1. 1 is the\nmost confident. This list must have the same size as the\ngrounding_chunk_indices.\n\n`repeated float confidence_scores = 3;`\n\n### getConfidenceScoresCount()\n\n public abstract int getConfidenceScoresCount()\n\nConfidence score of the support references. Ranges from 0 to 1. 1 is the\nmost confident. This list must have the same size as the\ngrounding_chunk_indices.\n\n`repeated float confidence_scores = 3;`\n\n### getConfidenceScoresList()\n\n public abstract List\u003cFloat\u003e getConfidenceScoresList()\n\nConfidence score of the support references. Ranges from 0 to 1. 1 is the\nmost confident. This list must have the same size as the\ngrounding_chunk_indices.\n\n`repeated float confidence_scores = 3;`\n\n### getGroundingChunkIndices(int index)\n\n public abstract int getGroundingChunkIndices(int index)\n\nA list of indices (into 'grounding_chunk') specifying the\ncitations associated with the claim. For instance \\[1,3,4\\] means\nthat grounding_chunk\\[1\\], grounding_chunk\\[3\\],\ngrounding_chunk\\[4\\] are the retrieved content attributed to the claim.\n\n`repeated int32 grounding_chunk_indices = 2;`\n\n### getGroundingChunkIndicesCount()\n\n public abstract int getGroundingChunkIndicesCount()\n\nA list of indices (into 'grounding_chunk') specifying the\ncitations associated with the claim. For instance \\[1,3,4\\] means\nthat grounding_chunk\\[1\\], grounding_chunk\\[3\\],\ngrounding_chunk\\[4\\] are the retrieved content attributed to the claim.\n\n`repeated int32 grounding_chunk_indices = 2;`\n\n### getGroundingChunkIndicesList()\n\n public abstract List\u003cInteger\u003e getGroundingChunkIndicesList()\n\nA list of indices (into 'grounding_chunk') specifying the\ncitations associated with the claim. For instance \\[1,3,4\\] means\nthat grounding_chunk\\[1\\], grounding_chunk\\[3\\],\ngrounding_chunk\\[4\\] are the retrieved content attributed to the claim.\n\n`repeated int32 grounding_chunk_indices = 2;`\n\n### getSegment()\n\n public abstract Segment getSegment()\n\nSegment of the content this support belongs to.\n\n`optional .google.cloud.vertexai.v1.Segment segment = 1;`\n\n### getSegmentOrBuilder()\n\n public abstract SegmentOrBuilder getSegmentOrBuilder()\n\nSegment of the content this support belongs to.\n\n`optional .google.cloud.vertexai.v1.Segment segment = 1;`\n\n### hasSegment()\n\n public abstract boolean hasSegment()\n\nSegment of the content this support belongs to.\n\n`optional .google.cloud.vertexai.v1.Segment segment = 1;`"]]