Google Cloud Ml V1__Training Output Args
data class GoogleCloudMlV1__TrainingOutputArgs(val builtInAlgorithmOutput: Output<GoogleCloudMlV1__BuiltInAlgorithmOutputArgs>? = null, val completedTrialCount: Output<String>? = null, val consumedMLUnits: Output<Double>? = null, val hyperparameterMetricTag: Output<String>? = null, val isBuiltInAlgorithmJob: Output<Boolean>? = null, val isHyperparameterTuningJob: Output<Boolean>? = null, val trials: Output<List<GoogleCloudMlV1__HyperparameterOutputArgs>>? = null) : ConvertibleToJava<GoogleCloudMlV1__TrainingOutputArgs>
Represents results of a training job. Output only.
Constructors
Link copied to clipboard
constructor(builtInAlgorithmOutput: Output<GoogleCloudMlV1__BuiltInAlgorithmOutputArgs>? = null, completedTrialCount: Output<String>? = null, consumedMLUnits: Output<Double>? = null, hyperparameterMetricTag: Output<String>? = null, isBuiltInAlgorithmJob: Output<Boolean>? = null, isHyperparameterTuningJob: Output<Boolean>? = null, trials: Output<List<GoogleCloudMlV1__HyperparameterOutputArgs>>? = null)
Properties
Link copied to clipboard
Details related to built-in algorithms jobs. Only set for built-in algorithms jobs.
Link copied to clipboard
The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.
Link copied to clipboard
The amount of ML units consumed by the job.
Link copied to clipboard
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.
Link copied to clipboard
Whether this job is a built-in Algorithm job.
Link copied to clipboard
Whether this job is a hyperparameter tuning job.
Link copied to clipboard
Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.