GoogleCloudMlV1__MeasurementArgs

data class GoogleCloudMlV1__MeasurementArgs(val metrics: Output<List<GoogleCloudMlV1_Measurement_MetricArgs>>? = null, val stepCount: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__MeasurementArgs>

A message representing a measurement.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__MeasurementArgs(metrics: Output<List<GoogleCloudMlV1_Measurement_MetricArgs>>? = null, stepCount: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

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

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

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