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

Attributes

  • backingHyperparameterTuningJob (type: String.t, default: nil) - The resource name of the HyperparameterTuningJob that has been created to carry out this HyperparameterTuning task.
  • bestTrialBackingCustomJob (type: String.t, default: nil) - The resource name of the CustomJob that has been created to run the best Trial of this HyperparameterTuning task.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobMetadata{
    backingHyperparameterTuningJob: String.t() | nil,
    bestTrialBackingCustomJob: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.