mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
35 lines
1,016 B
Text
35 lines
1,016 B
Text
NAME
|
|
gcloud alpha ai model-garden models - list and use Model Garden models
|
|
|
|
SYNOPSIS
|
|
gcloud alpha ai model-garden models COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List and use Model Garden models.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
deploy
|
|
(ALPHA) Deploy a model in Model Garden to a Vertex AI endpoint.
|
|
|
|
list
|
|
(ALPHA) List the publisher models in Model Garden.
|
|
|
|
list-deployment-config
|
|
(ALPHA) List the machine specifications supported by and verified for a
|
|
model in Model Garden.
|
|
|
|
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. This variant is also available:
|
|
|
|
$ gcloud beta ai model-garden models
|
|
|