google_api_machine_learning v0.13.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement View Source
A message representing a Measurement.
Attributes
elapsedTime
(type:String.t
, default:nil
) - 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.