public enum Schedule.Types.StateReference documentation and code samples for the Vertex AI v1beta1 API enum Schedule.Types.State.
Possible state of the schedule.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
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. |
Paused |
The schedule is paused. No new runs will be created until the schedule is resumed. Already started runs will be allowed to complete. |
Unspecified |
Unspecified. |