Google Cloud Ml V1__Training Output Response
Represents results of a training job. Output only.
Constructors
Properties
Details related to built-in algorithms jobs. Only set for built-in algorithms jobs.
The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.
The amount of ML units consumed by the job.
The TensorFlow summary tag name used for optimizing hyperparameter tuning trials. See #HyperparameterSpec.FIELDS.hyperparameter_metric_tag for more information. Only set for hyperparameter tuning jobs.
Whether this job is a built-in Algorithm job.
Whether this job is a hyperparameter tuning job.
Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.
URIs for accessing interactive shells (one URI for each training node). Only available if training_input.enable_web_access is true
. The keys are names of each node in the training job; for example, master-replica-0
for the master node, worker-replica-0
for the first worker, and ps-replica-0
for the first parameter server. The values are the URIs for each node's interactive shell.