public enum Schedule.State extends Enum<Schedule.State> implements ProtocolMessageEnumPossible state of the schedule.
Protobuf enum google.cloud.aiplatform.v1beta1.Schedule.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The Schedule is active. Runs are being scheduled on the user-specified timespec. |
ACTIVE_VALUE |
The Schedule is active. Runs are being scheduled on the user-specified timespec. |
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_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. |
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_VALUE |
The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete. |
STATE_UNSPECIFIED |
Unspecified. |
STATE_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|