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

A message representing a metric in the measurement.

Attributes

  • metric (type: String.t, default: nil) - Required. Metric name.
  • value (type: float(), default: nil) - Required. The value for this metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Measurement_Metric{
  metric: String.t() | nil,
  value: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.