Enum PipelineTaskDetail.State (3.42.0)

public enum PipelineTaskDetail.State extends Enum<PipelineTaskDetail.State> implements ProtocolMessageEnum

Specifies state of TaskExecution

Protobuf enum google.cloud.aiplatform.v1.PipelineTaskDetail.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

Specifies task was cancelled.

CANCELLED = 6;

CANCELLED_VALUE

Specifies task was cancelled.

CANCELLED = 6;

CANCELLING

Specifies task is being cancelled.

CANCELLING = 5;

CANCELLING_VALUE

Specifies task is being cancelled.

CANCELLING = 5;

CANCEL_PENDING

Specifies Task cancel is in pending state.

CANCEL_PENDING = 4;

CANCEL_PENDING_VALUE

Specifies Task cancel is in pending state.

CANCEL_PENDING = 4;

FAILED

Specifies task failed.

FAILED = 7;

FAILED_VALUE

Specifies task failed.

FAILED = 7;

NOT_TRIGGERED

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.

NOT_TRIGGERED = 9;

NOT_TRIGGERED_VALUE

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.

NOT_TRIGGERED = 9;

PENDING

Specifies pending state for the task.

PENDING = 1;

PENDING_VALUE

Specifies pending state for the task.

PENDING = 1;

RUNNING

Specifies task is being executed.

RUNNING = 2;

RUNNING_VALUE

Specifies task is being executed.

RUNNING = 2;

SKIPPED

Specifies task was skipped due to cache hit.

SKIPPED = 8;

SKIPPED_VALUE

Specifies task was skipped due to cache hit.

SKIPPED = 8;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

Specifies task completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

Specifies task completed successfully.

SUCCEEDED = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()