Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State (v0.3.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::PipelineTaskDetail::State.

Specifies state of TaskExecution

Constants

STATE_UNSPECIFIED

value: 0
Unspecified.

PENDING

value: 1
Specifies pending state for the task.

RUNNING

value: 2
Specifies task is being executed.

SUCCEEDED

value: 3
Specifies task completed successfully.

CANCEL_PENDING

value: 4
Specifies Task cancel is in pending state.

CANCELLING

value: 5
Specifies task is being cancelled.

CANCELLED

value: 6
Specifies task was cancelled.

FAILED

value: 7
Specifies task failed.

SKIPPED

value: 8
Specifies task was skipped due to cache hit.

NOT_TRIGGERED

value: 9
Specifies that the task was not triggered because the task's trigger policy is not satisfied. The trigger policy is specified in the condition field of PipelineJob.pipeline_spec.