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.
Immutabile. L'ID da utilizzare per l'endpoint, che diventerà il componente finale del nome della risorsa endpoint.
Se non specificato, Vertex AI genererà un valore per questo ID.
Se il primo carattere è una lettera, questo valore può contenere fino a 63 caratteri,
mentre i caratteri validi sono [a-z0-9-]. L'ultimo carattere deve essere una lettera o un numero.
Se il primo carattere è un numero, questo valore può contenere fino a 9 caratteri,
mentre i caratteri validi sono [0-9] senza zeri iniziali.
Quando utilizzi HTTP/JSON, questo campo viene compilato in base a un argomento della stringa di query, come ?endpoint_id=12345. Questo è il riserva per i campi che non sono inclusi nell'URI o nel corpo.
Immutabile. L'ID da utilizzare per l'endpoint, che diventerà il componente finale del nome della risorsa endpoint.
Se non specificato, Vertex AI genererà un valore per questo ID.
Se il primo carattere è una lettera, questo valore può contenere fino a 63 caratteri,
mentre i caratteri validi sono [a-z0-9-]. L'ultimo carattere deve essere una lettera o un numero.
Se il primo carattere è un numero, questo valore può contenere fino a 9 caratteri,
mentre i caratteri validi sono [0-9] senza zeri iniziali.
Quando utilizzi HTTP/JSON, questo campo viene compilato in base a un argomento della stringa di query, come ?endpoint_id=12345. Questo è il riserva per i campi che non sono inclusi nell'URI o nel corpo.
[[["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 CreateEndpointRequestOrBuilder (1.2.0)\n\n public interface CreateEndpointRequestOrBuilder 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### getEndpoint()\n\n public abstract Endpoint getEndpoint()\n\nRequired. The Endpoint to create.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getEndpointId()\n\n public abstract String getEndpointId()\n\nImmutable. The ID to use for endpoint, which will become the final\ncomponent of the endpoint resource name.\nIf not provided, Vertex AI will generate a value for this ID.\n\nIf the first character is a letter, this value may be up to 63 characters,\nand valid characters are `[a-z0-9-]`. The last character must be a letter\nor number.\n\nIf the first character is a number, this value may be up to 9 characters,\nand valid characters are `[0-9]` with no leading zeros.\n\nWhen using HTTP/JSON, this field is populated\nbased on a query string argument, such as `?endpoint_id=12345`. This is the\nfallback for fields that are not included in either the URI or the body.\n\n`string endpoint_id = 4 [(.google.api.field_behavior) = IMMUTABLE];`\n\n### getEndpointIdBytes()\n\n public abstract ByteString getEndpointIdBytes()\n\nImmutable. The ID to use for endpoint, which will become the final\ncomponent of the endpoint resource name.\nIf not provided, Vertex AI will generate a value for this ID.\n\nIf the first character is a letter, this value may be up to 63 characters,\nand valid characters are `[a-z0-9-]`. The last character must be a letter\nor number.\n\nIf the first character is a number, this value may be up to 9 characters,\nand valid characters are `[0-9]` with no leading zeros.\n\nWhen using HTTP/JSON, this field is populated\nbased on a query string argument, such as `?endpoint_id=12345`. This is the\nfallback for fields that are not included in either the URI or the body.\n\n`string endpoint_id = 4 [(.google.api.field_behavior) = IMMUTABLE];`\n\n### getEndpointOrBuilder()\n\n public abstract EndpointOrBuilder getEndpointOrBuilder()\n\nRequired. The Endpoint to create.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getParent()\n\n public abstract String getParent()\n\nRequired. The resource name of the Location to create the Endpoint in.\nFormat: `projects/{project}/locations/{location}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getParentBytes()\n\n public abstract ByteString getParentBytes()\n\nRequired. The resource name of the Location to create the Endpoint in.\nFormat: `projects/{project}/locations/{location}`\n\n`\nstring parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### hasEndpoint()\n\n public abstract boolean hasEndpoint()\n\nRequired. The Endpoint to create.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 2 [(.google.api.field_behavior) = REQUIRED];\n`"]]