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

The output of a multi-trial Neural Architecture Search (NAS) jobs.

Attributes

  • searchTrials (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t), default: nil) - Output only. List of NasTrials that were started as part of search stage.
  • trainTrials (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t), default: nil) - Output only. List of NasTrials that were started as part of train stage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasJobOutputMultiTrialJobOutput{
    searchTrials:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t()] | nil,
    trainTrials:
      [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NasTrial.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.