google_api_machine_learning v0.15.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement View Source
A message representing a measurement.
Attributes
elapsedTime
(type:String.t
, default:nil
) - Output only. Time that the trial has been running at the point of this measurement.metrics
(type:list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement_Metric.t)
, default:nil
) - Provides a list of metrics that act as inputs into the objective function.stepCount
(type:String.t
, default:nil
) - The number of steps a machine learning model has been trained for. Must be non-negative.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement{ elapsedTime: String.t(), metrics: [ GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement_Metric.t() ], stepCount: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.