View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement (google_api_ai_platform v0.13.0)
A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.
Attributes
-
elapsedDuration
(type:String.t
, default:nil
) - Output only. Time that the Trial has been running at the point of this Measurement. -
metrics
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MeasurementMetric.t)
, default:nil
) - Output only. A list of metrics got by evaluating the objective functions using suggested Parameter values. -
stepCount
(type:String.t
, default:nil
) - Output only. The number of steps the machine learning model has been trained for. Must be non-negative.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Measurement{ elapsedDuration: String.t() | nil, metrics: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MeasurementMetric.t()] | nil, stepCount: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.