Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Schedule::State (v1.29.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]