GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetricResponse

data class GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetricResponse(val objectiveValue: Double, val trainingStep: String)

An observed value of a metric.

Constructors

constructor(objectiveValue: Double, trainingStep: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The objective value at this training step.

Link copied to clipboard

The global training step for this metric.