mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Apr 17 09:40:58 UTC 2024
This commit is contained in:
parent
7e2535c53d
commit
3740758467
178 changed files with 2958 additions and 1351 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--args=[ARG,...]] [--command=[COMMAND,...]]
|
||||
[--enable-dashboard-access] [--enable-web-access]
|
||||
[--labels=[KEY=VALUE,...]] [--network=NETWORK]
|
||||
[--persistent-resource-id=PERSISTENT_RESOURCE_ID]
|
||||
[--python-package-uris=[PYTHON_PACKAGE_URIS,...]] [--region=REGION]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
|
|
@ -194,6 +195,15 @@ OPTIONAL FLAGS
|
|||
peered with. Private services access must already have been configured.
|
||||
If unspecified, the Job is not peered with any network.
|
||||
|
||||
--persistent-resource-id=PERSISTENT_RESOURCE_ID
|
||||
The name of the persistent resource from the same project and region on
|
||||
which to run this custom job.
|
||||
|
||||
If this is specified, the job will be run on existing machines held by
|
||||
the PersistentResource instead of on-demand short-lived machines. The
|
||||
network and CMEK configs on the job should be consistent with those on
|
||||
the PersistentResource, otherwise, the job will be rejected.
|
||||
|
||||
--python-package-uris=[PYTHON_PACKAGE_URIS,...]
|
||||
The common Python package URIs to be used for training with a pre-built
|
||||
container image. e.g. --python-package-uri=path1,path2 If you are using
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ GROUPS
|
|||
(BETA) Manage Vertex AI operations.
|
||||
|
||||
persistent-resources
|
||||
(BETA) Create and manage Vertex AI Persistent Resources.
|
||||
(BETA) Create and manage Vertex AI rersistent resources.
|
||||
|
||||
tensorboard-experiments
|
||||
(BETA) Manage Vertex AI Tensorboard experiments.
|
||||
|
|
|
|||
|
|
@ -187,8 +187,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources create
|
||||
|
||||
$ gcloud alpha ai persistent-resources create
|
||||
|
||||
|
|
|
|||
|
|
@ -60,8 +60,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources delete
|
||||
|
||||
$ gcloud alpha ai persistent-resources delete
|
||||
|
||||
|
|
|
|||
|
|
@ -56,8 +56,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources describe
|
||||
|
||||
$ gcloud alpha ai persistent-resources describe
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud beta ai persistent-resources - create and manage Vertex AI
|
||||
Persistent Resources
|
||||
rersistent resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai persistent-resources COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create and manage Vertex AI Persistent Resources.
|
||||
(BETA) Create and manage Vertex AI rersistent resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -29,9 +29,14 @@ COMMANDS
|
|||
list
|
||||
(BETA) Lists the active persistent resources.
|
||||
|
||||
reboot
|
||||
(BETA) Reboot an active Persistent Resource.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources
|
||||
|
||||
$ gcloud alpha ai persistent-resources
|
||||
|
||||
|
|
|
|||
|
|
@ -77,8 +77,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources list
|
||||
|
||||
$ gcloud alpha ai persistent-resources list
|
||||
|
||||
|
|
|
|||
65
gcloud/beta/ai/persistent-resources/reboot
Normal file
65
gcloud/beta/ai/persistent-resources/reboot
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
NAME
|
||||
gcloud beta ai persistent-resources reboot - reboot an active Persistent
|
||||
Resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta ai persistent-resources reboot
|
||||
(PERSISTENT_RESOURCE : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To reboot a persistent resource 123 under project example in region
|
||||
us-central1, run:
|
||||
|
||||
$ gcloud beta ai persistent-resources reboot 123 --project=example \
|
||||
--region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Persistent resource resource - The persistent resource to reboot. 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 persistent_resource on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
PERSISTENT_RESOURCE
|
||||
ID of the persistent resource or fully qualified identifier for the
|
||||
persistent resource.
|
||||
|
||||
To set the name attribute:
|
||||
▸ provide the argument persistent_resource on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--region=REGION
|
||||
Cloud region for the persistent resource.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument persistent_resource on the command line with
|
||||
a fully specified name;
|
||||
▸ 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,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud ai persistent-resources reboot
|
||||
|
||||
$ gcloud alpha ai persistent-resources reboot
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue