gcloud_alpha_ml-engine_models_create (1)
NAME
- gcloud alpha ml-engine models create - create a new Cloud ML Engine model
SYNOPSIS
-
gcloud alpha ml-engine models create MODEL [--description=DESCRIPTION] [--enable-logging] [--labels=[KEY=VALUE,...]] [--regions=REGION,[REGION,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new Cloud ML Engine model.
POSITIONAL ARGUMENTS
-
- MODEL
-
- Name of the model.
- Name of the model.
FLAGS
-
- --description=DESCRIPTION
-
The description of the model.
- --enable-logging
-
If set, enables StackDriver Logging for online prediction.
- --labels=[KEY=VALUE,...]
-
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens (-), underscores (_), lowercase characters, and numbers. Values must contain only hyphens (-), underscores (_), lowercase characters, and numbers.
- --regions=REGION,[REGION,...]
-
The Google Cloud region where the model will be deployed (currently only a
single region is supported).
Will soon be required, but defaults to 'us-central1' for now.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud ml-engine models create $ gcloud beta ml-engine models create