mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
51 lines
1.4 KiB
Text
51 lines
1.4 KiB
Text
NAME
|
|
gcloud alpha ml-engine versions - AI Platform Versions commands
|
|
|
|
SYNOPSIS
|
|
gcloud alpha ml-engine versions COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) A version is an implementation of a model, represented as a
|
|
serialized TensorFlow graph with trained parameters.
|
|
|
|
When you communicate with AI Platform services, you use the combination of
|
|
the model, version, and current project to identify a specific model
|
|
implementation that is deployed in the cloud.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new AI Platform version.
|
|
|
|
delete
|
|
(ALPHA) Delete an existing AI Platform version.
|
|
|
|
describe
|
|
(ALPHA) Describe an existing AI Platform version.
|
|
|
|
list
|
|
(ALPHA) List existing AI Platform versions.
|
|
|
|
set-default
|
|
(ALPHA) Sets an existing AI Platform version as the default for its
|
|
model.
|
|
|
|
update
|
|
(ALPHA) Update an AI Platform version.
|
|
|
|
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 versions
|
|
|
|
$ gcloud beta ml-engine versions
|
|
|