gcloud_alpha_ml-engine_jobs_describe (1)
NAME
- gcloud alpha ml-engine jobs describe - describe a Cloud ML Engine job
SYNOPSIS
-
gcloud alpha ml-engine jobs describe JOB [--summarize] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Cloud ML Engine job.
POSITIONAL ARGUMENTS
-
- JOB
-
- Name of the 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: --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 jobs describe $ gcloud beta ml-engine jobs describe