mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -12,7 +12,10 @@ SYNOPSIS
|
|||
[--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--min-replica-count=MIN_REPLICA_COUNT]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--traffic-split=[DEPLOYED_MODEL_ID=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--traffic-split=[DEPLOYED_MODEL_ID=VALUE,...]]
|
||||
[--shared-resources=SHARED_RESOURCES
|
||||
: --shared-resources-region=SHARED_RESOURCES_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To deploy a model 456 to an endpoint 123 under project example in region
|
||||
|
|
@ -130,6 +133,35 @@ OPTIONAL FLAGS
|
|||
--traffic-split=[DEPLOYED_MODEL_ID=VALUE,...]
|
||||
List of pairs of deployed model id and value to set as traffic split.
|
||||
|
||||
Deployment resource pool resource - The deployment resource pool to
|
||||
co-host a model on. The arguments in this group can be used to specify the
|
||||
attributes of this resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways. To set the project
|
||||
attribute:
|
||||
◆ provide the argument --shared-resources on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--shared-resources=SHARED_RESOURCES
|
||||
ID of the deployment_resource_pool or fully qualified identifier for
|
||||
the deployment_resource_pool. To set the name attribute:
|
||||
▸ provide the argument --shared-resources on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--shared-resources-region=SHARED_RESOURCES_REGION
|
||||
Cloud region for the deployment_resource_pool. To set the region
|
||||
attribute:
|
||||
▸ provide the argument --shared-resources on the command line with
|
||||
a fully specified name;
|
||||
▸ provide the argument --shared-resources-region on the command
|
||||
line;
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property ai/region;
|
||||
▸ choose one from the prompted list of available regions.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue