A partire dal 29 aprile 2025, i modelli Gemini 1.5 Pro e Gemini 1.5 Flash non sono disponibili nei progetti che non li hanno mai utilizzati, inclusi i nuovi progetti. Per maggiori dettagli, vedi Versioni e ciclo di vita dei modelli.
Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.
Facoltativo. Solo output. Punteggio di affidabilità dell'attribuzione. L'intervallo è compreso tra 0 e 1. 1 rappresenta il livello di sicurezza più elevato.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-05-17 UTC."],[],[],null,["# Interface GroundingAttributionOrBuilder (1.2.0)\n\n public interface GroundingAttributionOrBuilder 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### getConfidenceScore()\n\n public abstract float getConfidenceScore()\n\nOptional. Output only. Confidence score of the attribution. Ranges from 0\nto 1. 1 is the most confident.\n\n`\noptional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getReferenceCase()\n\n public abstract GroundingAttribution.ReferenceCase getReferenceCase()\n\n### getSegment()\n\n public abstract Segment getSegment()\n\nOutput only. Segment of the content this attribution belongs to.\n\n`\n.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getSegmentOrBuilder()\n\n public abstract SegmentOrBuilder getSegmentOrBuilder()\n\nOutput only. Segment of the content this attribution belongs to.\n\n`\n.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getWeb()\n\n public abstract GroundingAttribution.Web getWeb()\n\nOptional. Attribution from the web.\n\n`\n.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWebOrBuilder()\n\n public abstract GroundingAttribution.WebOrBuilder getWebOrBuilder()\n\nOptional. Attribution from the web.\n\n`\n.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### hasConfidenceScore()\n\n public abstract boolean hasConfidenceScore()\n\nOptional. Output only. Confidence score of the attribution. Ranges from 0\nto 1. 1 is the most confident.\n\n`\noptional float confidence_score = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasSegment()\n\n public abstract boolean hasSegment()\n\nOutput only. Segment of the content this attribution belongs to.\n\n`\n.google.cloud.vertexai.v1.Segment segment = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasWeb()\n\n public abstract boolean hasWeb()\n\nOptional. Attribution from the web.\n\n`\n.google.cloud.vertexai.v1.GroundingAttribution.Web web = 3 [(.google.api.field_behavior) = OPTIONAL];\n`"]]