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

A single record of the task status.

Attributes

  • error (type: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t, default: nil) - Output only. The error that occurred during the state. May be set when the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or FAILED state. If the state is FAILED, the error here is final and not going to be retried. If the state is a non-final state, the error indicates a system-error being retried.
  • state (type: String.t, default: nil) - Output only. The state of the task.
  • updateTime (type: DateTime.t, default: nil) - Output only. Update time of this status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PipelineTaskDetailPipelineTaskStatus{
    error: GoogleApi.AIPlatform.V1.Model.GoogleRpcStatus.t() | nil,
    state: String.t() | nil,
    updateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.