1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -157,7 +157,7 @@ OPTIONAL FLAGS
entrypoint instruction in Dockerfile when provided.
--enable-web-access
Whether you want Vertex AI to enable [interactive shell access]
Whether you want Vertex AI to enable interactive shell access
(https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
to training containers. If set to true, you can access interactive
shells at the URIs given by CustomJob.web_access_uris or

View file

@ -61,7 +61,7 @@ OPTIONAL FLAGS
of: algorithm-unspecified, grid-search, random-search.
--enable-web-access
Whether you want Vertex AI to enable [interactive shell access]
Whether you want Vertex AI to enable interactive shell access
(https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
to training containers. If set to true, you can access interactive
shells at the URIs given by CustomJob.web_access_uris or

View file

@ -0,0 +1,61 @@
NAME
gcloud alpha ai models delete-version - delete an existing Vertex AI model
version
SYNOPSIS
gcloud alpha ai models delete-version (MODEL_VERSION : --region=REGION)
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
To delete a model 123 of version 1234 under project example in region
us-central1, run:
$ gcloud alpha ai models delete-version 123@1234 --project=example \
--region=us-central1
POSITIONAL ARGUMENTS
Model resource - Model version to delete. 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 model_version 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.
MODEL_VERSION
ID of the model or fully qualified identifier for the model. To set
the name attribute:
▸ provide the argument model_version on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--region=REGION
Cloud region for the model. To set the region attribute:
▸ provide the argument model_version 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 alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud ai models delete-version
$ gcloud beta ai models delete-version

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha ai models describe - gets detailed model information about the
gcloud alpha ai models describe - get detailed model information about the
given model id
SYNOPSIS

View file

@ -18,11 +18,14 @@ COMMANDS
delete
(ALPHA) Delete an existing Vertex AI model.
delete-version
(ALPHA) Delete an existing Vertex AI model version.
describe
(ALPHA) Gets detailed model information about the given model id.
(ALPHA) Get detailed model information about the given model id.
list
(ALPHA) Lists the models of the given project and region.
(ALPHA) List the models of the given project and region.
upload
(ALPHA) Upload a new model.

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha ai models list - lists the models of the given project and
gcloud alpha ai models list - list the models of the given project and
region
SYNOPSIS
@ -8,7 +8,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
Lists the models of project example in region us-central1, run:
List the models of project example in region us-central1, run:
$ gcloud alpha ai models list --project=example --region=us-central1

View file

@ -13,7 +13,8 @@ SYNOPSIS
[--explanation-metadata-file=EXPLANATION_METADATA_FILE]
[--explanation-method=EXPLANATION_METHOD]
[--explanation-path-count=EXPLANATION_PATH_COUNT]
[--explanation-step-count=EXPLANATION_STEP_COUNT] [--region=REGION]
[--explanation-step-count=EXPLANATION_STEP_COUNT] [--model-id=MODEL_ID]
[--parent-model=PARENT_MODEL] [--region=REGION]
[--smooth-grad-noise-sigma=SMOOTH_GRAD_NOISE_SIGMA]
[--smooth-grad-noise-sigma-by-feature=[KEY=VALUE,...]]
[--smooth-grad-noisy-sample-count=SMOOTH_GRAD_NOISY_SAMPLE_COUNT]
@ -81,6 +82,14 @@ OPTIONAL FLAGS
--explanation-step-count=EXPLANATION_STEP_COUNT
Number of steps to approximate the path integral for explanation.
--model-id=MODEL_ID
ID to use for the uploaded Model, which will become the final component
of the model resource name.
--parent-model=PARENT_MODEL
Resource name of the model into which to upload the version. Only
specify this field when uploading a new version.
Region resource - Cloud region to upload model. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute: