GoogleCloudMlV1__MeasurementResponse

data class GoogleCloudMlV1__MeasurementResponse(val elapsedTime: String, val metrics: List<GoogleCloudMlV1_Measurement_MetricResponse>, val stepCount: String)

A message representing a measurement.

Constructors

Link copied to clipboard
constructor(elapsedTime: String, metrics: List<GoogleCloudMlV1_Measurement_MetricResponse>, stepCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time that the trial has been running at the point of this measurement.

Link copied to clipboard

Provides a list of metrics that act as inputs into the objective function.

Link copied to clipboard

The number of steps a machine learning model has been trained for. Must be non-negative.