mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 10 10:54:29 UTC 2025
This commit is contained in:
parent
7b14250313
commit
6d07e70b12
313 changed files with 11521 additions and 1088 deletions
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--accelerator=[count=COUNT],[type=TYPE]]
|
||||
[--autoscaling-metric-specs=[METRIC-NAME=TARGET,...]]
|
||||
[--deployed-model-id=DEPLOYED_MODEL_ID] [--enable-access-logging]
|
||||
[--enable-container-logging]
|
||||
[--enable-container-logging] [--gpu-partition-size=GPU_PARTITION_SIZE]
|
||||
[--idle-scaledown-period=IDLE_SCALEDOWN_PERIOD]
|
||||
[--initial-replica-count=INITIAL_REPLICA_COUNT]
|
||||
[--machine-type=MACHINE_TYPE] [--max-replica-count=MAX_REPLICA_COUNT]
|
||||
|
|
@ -128,6 +128,12 @@ OPTIONAL FLAGS
|
|||
Currently, only supported for custom-trained Models and AutoML Tabular
|
||||
Models.
|
||||
|
||||
--gpu-partition-size=GPU_PARTITION_SIZE
|
||||
The partition size of the GPU accelerator. This can be used to
|
||||
partition a single GPU into multiple smaller GPU instances. See
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/gpus-multi#multi-instance_gpu_partitions
|
||||
for more details.
|
||||
|
||||
--idle-scaledown-period=IDLE_SCALEDOWN_PERIOD
|
||||
Duration (in seconds) without traffic before a deployment is scaled
|
||||
down to zero replicas. Defaults to 1 hour if min replica count is 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue