mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
61 lines
1.6 KiB
Text
61 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha ml-engine models - AI Platform Models commands
|
|
|
|
SYNOPSIS
|
|
gcloud alpha ml-engine models COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) An AI Platform model is a container representing an ML application
|
|
or service. A model may contain multiple versions which act as the
|
|
implementation of the service. See also:
|
|
|
|
$ gcloud alpha ml-engine versions --help.
|
|
|
|
For more information, please see
|
|
https://cloud.google.com/ml/docs/concepts/technical-overview#model
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
(ALPHA) Add IAM policy binding for a model.
|
|
|
|
create
|
|
(ALPHA) Create a new AI Platform model.
|
|
|
|
delete
|
|
(ALPHA) Delete an existing AI Platform model.
|
|
|
|
describe
|
|
(ALPHA) Describe an existing AI Platform model.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM policy for a model.
|
|
|
|
list
|
|
(ALPHA) List existing AI Platform models.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Remove IAM policy binding for a model.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for a model.
|
|
|
|
update
|
|
(ALPHA) Update an existing AI Platform 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 ml-engine models
|
|
|
|
$ gcloud beta ml-engine models
|
|
|