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

Represents a metric to optimize.

Attributes

  • goal (type: String.t, default: nil) - Required. The optimization goal of the metric.
  • metricId (type: String.t, default: nil) - Required. The ID of the metric. Must not contain whitespaces.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecMetricSpec{
    goal: String.t() | nil,
    metricId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.