- NAME
-
- gcloud alpha ai-platform models create - create a new AI Platform model
- SYNOPSIS
-
-
gcloud alpha ai-platform models create
MODEL
[--description
=DESCRIPTION
] [--enable-console-logging
] [--enable-logging
] [--labels
=[KEY
=VALUE
,…]] [--region
=REGION
|--regions
=REGION
,[REGION
,…]] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(ALPHA)
Create a new AI Platform model. - POSITIONAL ARGUMENTS
-
MODEL
- Name of the model.
- FLAGS
-
--description
=DESCRIPTION
- Description of the model.
--enable-console-logging
- If set, enables StackDriver Logging of stderr and stdout streams for online prediction. These logs are more verbose than the standard access logs and can be helpful for debugging.
--enable-logging
- If set, enables StackDriver Logging for online prediction. These logs are like standard server access logs, containing information such as timestamps and latency for each request.
--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. -
At most one of these may be specified:
--region
=REGION
-
Google Cloud region of the regional endpoint to use for this command.
If you specify this flag, do not specify
--regions
.Learn more about regional endpoints and see a list of available regions: https://cloud.google.com/ai-platform/prediction/docs/regional-endpoints
REGION
must be one of:global
,asia-east1
,asia-northeast1
,asia-southeast1
,australia-southeast1
,europe-west1
,europe-west2
,europe-west3
,europe-west4
,northamerica-northeast1
,us-central1
,us-east1
,us-east4
,us-west1
. --regions
=REGION
,[REGION
,…]-
The Google Cloud region where the model will be deployed (currently only a
single region is supported).
Defaults to 'us-central1' while using the global endpoint.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--account
,--billing-project
,--configuration
,--flags-file
,--flatten
,--format
,--help
,--impersonate-service-account
,--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 may be trying to access an API with an invitation-only early access
allowlist. These variants are also available:
gcloud ai-platform models create
gcloud beta ai-platform models create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-12-15 UTC.