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

An observed value of a metric.

Attributes

  • objectiveValue (type: float(), default: nil) - The objective value at this training step.
  • trainingStep (type: String.t, default: nil) - The global training step for this metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_HyperparameterOutput_HyperparameterMetric{
    objectiveValue: float() | nil,
    trainingStep: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.