- NAME
-
- gcloud ai-platform jobs describe - describe an AI Platform job
- SYNOPSIS
-
-
gcloud ai-platform jobs describe
JOB
[--summarize
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Describe an AI Platform job.
- EXAMPLES
-
To describe the AI Platform job named
, run:my-job
gcloud ai-platform jobs describe my-job
- POSITIONAL ARGUMENTS
-
JOB
- Name of the job.
- FLAGS
-
--summarize
-
Summarize job output in a set of human readable tables instead of rendering the
entire resource as json or yaml. The tables currently rendered are:
-
Job Overview
: Overview of job including, jobId, status and create time. -
Training Input Summary
: Summary of input for a training job including region, main training python module and scale tier. -
Training Output Summary
: Summary of output for a training job including the amount of ML units consumed by the job. -
Training Output Trials
: Summary of hyperparameter trials run for a hyperparameter tuning training job. -
Predict Input Summary
: Summary of input for a prediction job including region, model verion and output path. -
Predict Output Summary
: Summary of output for a prediction job including prediction count and output path.
This flag overrides the
--format
flag. If both are present on the command line, a warning is displayed. -
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file
,--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
-
These variants are also available:
gcloud alpha ai-platform jobs describe
gcloud beta ai-platform jobs describe
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 2024-02-06 UTC.