Enum Schedule.State (3.42.0)

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

Possible state of the schedule.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The Schedule is active. Runs are being scheduled on the user-specified timespec.

ACTIVE = 1;

ACTIVE_VALUE

The Schedule is active. Runs are being scheduled on the user-specified timespec.

ACTIVE = 1;

COMPLETED

The Schedule is completed. No new runs will be scheduled. Already started runs will be allowed to complete. Schedules in completed state cannot be paused or resumed.

COMPLETED = 3;

COMPLETED_VALUE

The Schedule is completed. No new runs will be scheduled. Already started runs will be allowed to complete. Schedules in completed state cannot be paused or resumed.

COMPLETED = 3;

PAUSED

The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete.

PAUSED = 2;

PAUSED_VALUE

The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete.

PAUSED = 2;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

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()