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.
Obbligatorio. Il nome della risorsa endpoint in cui modificare un modello Deployed. Formato:
projects/{project}/locations/{location}/endpoints/{endpoint}
Obbligatorio. Il nome della risorsa endpoint in cui modificare un modello Deployed. Formato:
projects/{project}/locations/{location}/endpoints/{endpoint}
[[["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 MutateDeployedModelRequestOrBuilder (0.3.0)\n\n public interface MutateDeployedModelRequestOrBuilder 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### getDeployedModel()\n\n public abstract DeployedModel getDeployedModel()\n\nRequired. The DeployedModel to be mutated within the Endpoint. Only the\nfollowing fields can be mutated:\n\n- `min_replica_count` in either DedicatedResources or AutomaticResources\n- `max_replica_count` in either DedicatedResources or AutomaticResources\n- autoscaling_metric_specs\n- `disable_container_logging` (v1 only)\n- `enable_container_logging` (v1beta1 only)\n\n`\n.google.cloud.vertexai.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getDeployedModelOrBuilder()\n\n public abstract DeployedModelOrBuilder getDeployedModelOrBuilder()\n\nRequired. The DeployedModel to be mutated within the Endpoint. Only the\nfollowing fields can be mutated:\n\n- `min_replica_count` in either DedicatedResources or AutomaticResources\n- `max_replica_count` in either DedicatedResources or AutomaticResources\n- autoscaling_metric_specs\n- `disable_container_logging` (v1 only)\n- `enable_container_logging` (v1beta1 only)\n\n`\n.google.cloud.vertexai.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getEndpoint()\n\n public abstract String getEndpoint()\n\nRequired. The name of the Endpoint resource into which to mutate a\nDeployedModel. Format:\n`projects/{project}/locations/{location}/endpoints/{endpoint}`\n\n`\nstring endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getEndpointBytes()\n\n public abstract ByteString getEndpointBytes()\n\nRequired. The name of the Endpoint resource into which to mutate a\nDeployedModel. Format:\n`projects/{project}/locations/{location}/endpoints/{endpoint}`\n\n`\nstring endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getUpdateMask()\n\n public abstract FieldMask getUpdateMask()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMaskOrBuilder()\n\n public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasDeployedModel()\n\n public abstract boolean hasDeployedModel()\n\nRequired. The DeployedModel to be mutated within the Endpoint. Only the\nfollowing fields can be mutated:\n\n- `min_replica_count` in either DedicatedResources or AutomaticResources\n- `max_replica_count` in either DedicatedResources or AutomaticResources\n- autoscaling_metric_specs\n- `disable_container_logging` (v1 only)\n- `enable_container_logging` (v1beta1 only)\n\n`\n.google.cloud.vertexai.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasUpdateMask()\n\n public abstract boolean hasUpdateMask()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];\n`"]]