1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/ai/models/help

47 lines
993 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta ai models - manage Vertex AI models
SYNOPSIS
gcloud beta ai models COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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
(BETA) Copy a model.
2022-03-01 04:29:52 +00:00
delete
(BETA) Delete an existing Vertex AI model.
2022-07-13 09:59:38 +00:00
delete-version
(BETA) Delete an existing Vertex AI model version.
2022-03-01 04:29:52 +00:00
describe
2022-07-13 09:59:38 +00:00
(BETA) 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
(BETA) 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
(BETA) List the model versions of the given region and model.
2022-03-01 04:29:52 +00:00
upload
(BETA) Upload a new model.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud ai models
$ gcloud alpha ai models