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

The runtime detail of a task execution.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Task create time.
  • endTime (type: DateTime.t, default: nil) - Output only. Task end time.
  • error (type: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t, default: nil) - Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
  • execution (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t, default: nil) - Output only. The execution metadata of the task.
  • executorDetail (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskExecutorDetail.t, default: nil) - Output only. The detailed execution info.
  • inputs (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailArtifactList.t}, default: nil) - Output only. The runtime input artifacts of the task.
  • outputs (type: %{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailArtifactList.t}, default: nil) - Output only. The runtime output artifacts of the task.
  • parentTaskId (type: String.t, default: nil) - Output only. The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
  • pipelineTaskStatus (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailPipelineTaskStatus.t), default: nil) - Output only. A list of task status. This field keeps a record of task status evolving over time.
  • startTime (type: DateTime.t, default: nil) - Output only. Task start time.
  • state (type: String.t, default: nil) - Output only. State of the task.
  • taskId (type: String.t, default: nil) - Output only. The system generated ID of the task.
  • taskName (type: String.t, default: nil) - Output only. The user specified name of the task that is defined in pipeline_spec.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetail{
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  error: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil,
  execution:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t() | nil,
  executorDetail:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskExecutorDetail.t()
    | nil,
  inputs:
    %{
      optional(String.t()) =>
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailArtifactList.t()
    }
    | nil,
  outputs:
    %{
      optional(String.t()) =>
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailArtifactList.t()
    }
    | nil,
  parentTaskId: String.t() | nil,
  pipelineTaskStatus:
    [
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailPipelineTaskStatus.t()
    ]
    | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil,
  taskId: String.t() | nil,
  taskName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.