Cloud AI Platform v1 API - Enum PipelineTaskDetail.Types.State (2.27.0)

public enum PipelineTaskDetail.Types.State

Reference documentation and code samples for the Cloud AI Platform v1 API enum PipelineTaskDetail.Types.State.

Specifies state of TaskExecution

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
CancelPending

Specifies Task cancel is in pending state.

Cancelled

Specifies task was cancelled.

Cancelling

Specifies task is being cancelled.

Failed

Specifies task failed.

NotTriggered

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][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec].

Pending

Specifies pending state for the task.

Running

Specifies task is being executed.

Skipped

Specifies task was skipped due to cache hit.

Succeeded

Specifies task completed successfully.

Unspecified

Unspecified.