GoogleCloudMlV1__TrainingOutputArgs

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
fun GoogleCloudMlV1__TrainingOutputArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__TrainingOutputArgs

Properties

Link copied to clipboard

Details related to built-in algorithms jobs. Only set for built-in algorithms jobs.

Link copied to clipboard
val completedTrialCount: Output<String>? = null

The number of hyperparameter tuning trials that completed successfully. Only set for hyperparameter tuning jobs.

Link copied to clipboard
val consumedMLUnits: Output<Double>? = null

The amount of ML units consumed by the job.

Link copied to clipboard
val hyperparameterMetricTag: Output<String>? = null

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
val isBuiltInAlgorithmJob: Output<Boolean>? = null

Whether this job is a built-in Algorithm job.

Link copied to clipboard
val isHyperparameterTuningJob: Output<Boolean>? = null

Whether this job is a hyperparameter tuning job.

Link copied to clipboard

Results for individual Hyperparameter trials. Only set for hyperparameter tuning jobs.