1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/ai/models/help
2023-02-15 10:13:15 +00:00

45 lines
861 B
Text

NAME
gcloud ai models - manage Vertex AI models
SYNOPSIS
gcloud ai models COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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:
copy
Copy a model.
delete
Delete an existing Vertex AI model.
delete-version
Delete an existing Vertex AI model version.
describe
Get detailed model information about the given model id.
list
List the models of the given project and region.
list-version
List the model versions of the given region and model.
upload
Upload a new model.
NOTES
These variants are also available:
$ gcloud alpha ai models
$ gcloud beta ai models