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. Disattiva l'utilizzo del risultato di questo strumento per rilevare l'attribuzione di grounding. Questo non influisce sul modo in cui il risultato viene assegnato al modello per la generazione.
[[["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 RetrievalOrBuilder (1.32.0)\n\n public interface RetrievalOrBuilder 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### getDisableAttribution() (deprecated)\n\n public abstract boolean getDisableAttribution()\n\n**Deprecated.** *google.cloud.vertexai.v1.Retrieval.disable_attribution is deprecated. See\ngoogle/cloud/vertexai/v1/tool.proto;l=219*\n\nOptional. Deprecated. This option is no longer supported.\n\n`\nbool disable_attribution = 3 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];\n`\n\n### getSourceCase()\n\n public abstract Retrieval.SourceCase getSourceCase()\n\n### getVertexAiSearch()\n\n public abstract VertexAISearch getVertexAiSearch()\n\nSet to use data source powered by Vertex AI Search.\n\n`.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;`\n\n### getVertexAiSearchOrBuilder()\n\n public abstract VertexAISearchOrBuilder getVertexAiSearchOrBuilder()\n\nSet to use data source powered by Vertex AI Search.\n\n`.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;`\n\n### getVertexRagStore()\n\n public abstract VertexRagStore getVertexRagStore()\n\nSet to use data source powered by Vertex RAG store.\nUser data is uploaded via the VertexRagDataService.\n\n`.google.cloud.vertexai.v1.VertexRagStore vertex_rag_store = 4;`\n\n### getVertexRagStoreOrBuilder()\n\n public abstract VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()\n\nSet to use data source powered by Vertex RAG store.\nUser data is uploaded via the VertexRagDataService.\n\n`.google.cloud.vertexai.v1.VertexRagStore vertex_rag_store = 4;`\n\n### hasVertexAiSearch()\n\n public abstract boolean hasVertexAiSearch()\n\nSet to use data source powered by Vertex AI Search.\n\n`.google.cloud.vertexai.v1.VertexAISearch vertex_ai_search = 2;`\n\n### hasVertexRagStore()\n\n public abstract boolean hasVertexRagStore()\n\nSet to use data source powered by Vertex RAG store.\nUser data is uploaded via the VertexRagDataService.\n\n`.google.cloud.vertexai.v1.VertexRagStore vertex_rag_store = 4;`"]]