Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Schedule::State (v0.35.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Schedule::State.

Possible state of the schedule.

Constants

STATE_UNSPECIFIED

value: 0
Unspecified.

ACTIVE

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

PAUSED

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

COMPLETED

value: 3
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.