gcloud_beta_ml-engine_jobs_describe (1)
NAME
- gcloud beta ml-engine jobs describe - describe a Cloud ML Engine job
SYNOPSIS
-
gcloud beta ml-engine jobs describe JOB [--summarize] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 BETA and may change without notice. These variants are also available:
- $ gcloud ml-engine jobs describe $ gcloud alpha ml-engine jobs describe