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

The detail of a container execution. It contains the job names of the lifecycle of a container execution.

Attributes

  • failedMainJobs (type: list(String.t), default: nil) - Output only. The names of the previously failed CustomJob for the main container executions. The list includes the all attempts in chronological order.
  • failedPreCachingCheckJobs (type: list(String.t), default: nil) - Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.
  • mainJob (type: String.t, default: nil) - Output only. The name of the CustomJob for the main container execution.
  • preCachingCheckJob (type: String.t, default: nil) - Output only. The name of the CustomJob for the pre-caching-check container execution. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskExecutorDetailContainerDetail{
    failedMainJobs: [String.t()] | nil,
    failedPreCachingCheckJobs: [String.t()] | nil,
    mainJob: String.t() | nil,
    preCachingCheckJob: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.