Cloud AI Platform v1 API - Enum Schedule.Types.State (2.27.0)

public enum Schedule.Types.State

Reference documentation and code samples for the Cloud AI Platform v1 API enum Schedule.Types.State.

Possible state of the schedule.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

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