1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00
gcloud-help/gcloud/alpha/ai/models/help

49 lines
1.2 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud alpha ai models - manage Vertex AI models
SYNOPSIS
gcloud alpha ai models COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage Vertex AI models.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2023-01-19 00:56:33 +00:00
copy
(ALPHA) Copy a model.
2022-03-01 04:29:52 +00:00
delete
(ALPHA) Delete an existing Vertex AI model.
2022-07-13 09:59:38 +00:00
delete-version
(ALPHA) Delete an existing Vertex AI model version.
2022-03-01 04:29:52 +00:00
describe
2022-07-13 09:59:38 +00:00
(ALPHA) Get detailed model information about the given model id.
2022-03-01 04:29:52 +00:00
list
2022-07-13 09:59:38 +00:00
(ALPHA) List the models of the given project and region.
2022-03-01 04:29:52 +00:00
2022-07-20 08:59:31 +00:00
list-version
(ALPHA) List the model versions of the given region and model.
2022-03-01 04:29:52 +00:00
upload
(ALPHA) Upload a new model.
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
$ gcloud beta ai models