View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MeasurementMetric (google_api_ai_platform v0.13.0)

A message representing a metric in the measurement.

Attributes

  • metricId (type: String.t, default: nil) - Output only. The ID of the Metric. The Metric should be defined in StudySpec's Metrics.
  • value (type: float(), default: nil) - Output only. The value for this metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MeasurementMetric{
  metricId: String.t() | nil,
  value: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.