mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 1 11:06:24 UTC 2025
This commit is contained in:
parent
1dea1ef852
commit
a0434a4d7a
247 changed files with 8086 additions and 424 deletions
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
[--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--min-replica-count=MIN_REPLICA_COUNT]
|
||||
[--multihost-gpu-node-count=MULTIHOST_GPU_NODE_COUNT]
|
||||
[--required-replica-count=REQUIRED_REPLICA_COUNT]
|
||||
[--reservation-affinity=[key=KEY],
|
||||
[reservation-affinity-type=RESERVATION-AFFINITY-TYPE],
|
||||
[values=VALUES]] [--service-account=SERVICE_ACCOUNT] [--spot]
|
||||
|
|
@ -146,6 +147,11 @@ OPTIONAL FLAGS
|
|||
The number of nodes per replica for multihost GPU deployments. Required
|
||||
for multihost GPU deployments.
|
||||
|
||||
--required-replica-count=REQUIRED_REPLICA_COUNT
|
||||
Required number of machine replicas for the deployment resources the
|
||||
model will be considered successfully deployed. This value must be
|
||||
greater than or equal to 1 and less than or equal to min-replica-count.
|
||||
|
||||
--reservation-affinity=[key=KEY],[reservation-affinity-type=RESERVATION-AFFINITY-TYPE],[values=VALUES]
|
||||
A ReservationAffinity can be used to configure a Vertex AI resource
|
||||
(e.g., a DeployedModel) to draw its Compute Engine resources from a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue