View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJobDetail (google_api_ai_platform v0.24.0)
The runtime detail of PipelineJob.
Attributes
-
pipelineContext(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context.t, default:nil) - Output only. The context of the pipeline. -
pipelineRunContext(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context.t, default:nil) - Output only. The context of the current pipeline run. -
taskDetails(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetail.t), default:nil) - Output only. The runtime details of the tasks under the pipeline.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineJobDetail{ pipelineContext: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context.t() | nil, pipelineRunContext: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context.t() | nil, taskDetails: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetail.t() ] | nil }