Module: Google::Cloud::AIPlatform::V1::Schedule::State

Defined in:
proto_docs/google/cloud/aiplatform/v1/schedule.rb

Overview

Possible state of the schedule.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified.

0
ACTIVE =

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

1
PAUSED =

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

2
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.

3