1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/ai/models/help

46 lines
861 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
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:
2023-02-15 10:13:15 +00:00
copy
Copy a model.
2022-03-01 04:29:52 +00:00
delete
Delete an existing Vertex AI model.
2022-07-13 09:59:38 +00:00
delete-version
Delete an existing Vertex AI model version.
2022-03-01 04:29:52 +00:00
describe
2022-07-13 09:59:38 +00:00
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
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
List the model versions of the given region and model.
2022-03-01 04:29:52 +00:00
upload
Upload a new model.
NOTES
These variants are also available:
$ gcloud alpha ai models
$ gcloud beta ai models