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

The detailed info for a custom job executor.

Attributes

  • failedJobs (type: list(String.t), default: nil) - Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.
  • job (type: String.t, default: nil) - Output only. The name of the CustomJob.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskExecutorDetailCustomJobDetail{
    failedJobs: [String.t()] | nil,
    job: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.