mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
59 lines
1.3 KiB
Text
59 lines
1.3 KiB
Text
|
|
NAME
|
||
|
|
gcloud ml-engine models - AI Platform Models commands
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud ml-engine models COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
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 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
|
||
|
|
Add IAM policy binding for a model.
|
||
|
|
|
||
|
|
create
|
||
|
|
Create a new AI Platform model.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete an existing AI Platform model.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe an existing AI Platform model.
|
||
|
|
|
||
|
|
get-iam-policy
|
||
|
|
Get the IAM policy for a model.
|
||
|
|
|
||
|
|
list
|
||
|
|
List existing AI Platform models.
|
||
|
|
|
||
|
|
remove-iam-policy-binding
|
||
|
|
Remove IAM policy binding for a model.
|
||
|
|
|
||
|
|
set-iam-policy
|
||
|
|
Set the IAM policy for a model.
|
||
|
|
|
||
|
|
update
|
||
|
|
Update an existing AI Platform model.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha ml-engine models
|
||
|
|
|
||
|
|
$ gcloud beta ml-engine models
|
||
|
|
|