View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement (google_api_machine_learning v0.28.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement{
  elapsedTime: String.t() | nil,
  metrics:
    [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement_Metric.t()]
    | nil,
  stepCount: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.