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.
[[["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,["# Class VertexAI.Builder (1.32.0)\n\n public static class VertexAI.Builder\n\nBuilder for [VertexAI](/vertex-ai/generative-ai/docs/reference/java/latest/com.google.cloud.vertexai.VertexAI). \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e VertexAI.Builder \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### Builder()\n\n public Builder()\n\nMethods\n-------\n\n### build()\n\n public VertexAI build()\n\n### setApiEndpoint(String apiEndpoint)\n\n public VertexAI.Builder setApiEndpoint(String apiEndpoint)\n\n### setCredentials(Credentials credentials)\n\n public VertexAI.Builder setCredentials(Credentials credentials)\n\n### setCustomHeaders(Map\\\u003cString,String\\\u003e customHeaders)\n\n public VertexAI.Builder setCustomHeaders(Map\u003cString,String\u003e customHeaders)\n\n### setLlmClientSupplier(Supplier\\\u003cLlmUtilityServiceClient\\\u003e llmClientSupplier)\n\n public VertexAI.Builder setLlmClientSupplier(Supplier\u003cLlmUtilityServiceClient\u003e llmClientSupplier)\n\n### setLocation(String location)\n\n public VertexAI.Builder setLocation(String location)\n\n### setPredictionClientSupplier(Supplier\\\u003cPredictionServiceClient\\\u003e predictionClientSupplier)\n\n public VertexAI.Builder setPredictionClientSupplier(Supplier\u003cPredictionServiceClient\u003e predictionClientSupplier)\n\n### setProjectId(String projectId)\n\n public VertexAI.Builder setProjectId(String projectId)\n\n### setScopes(List\\\u003cString\\\u003e scopes)\n\n public VertexAI.Builder setScopes(List\u003cString\u003e scopes)\n\n### setTransport(Transport transport)\n\n public VertexAI.Builder setTransport(Transport transport)"]]