public enum Schedule.Types.State
Reference documentation and code samples for the AI Platform Notebooks v1 API enum Schedule.Types.State.
State of the job.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Fields |
|
---|---|
Name | Description |
Deleting |
The schedule resource is being deleted. |
Disabled |
The job is disabled by the system due to error. The user cannot directly set a job to be disabled. |
Enabled |
The job is executing normally. |
Initializing |
The schedule resource is being created. |
Paused |
The job is paused by the user. It will not execute. A user can intentionally pause the job using [PauseJobRequest][]. |
Unspecified |
Unspecified state. |
UpdateFailed |
The job state resulting from a failed [CloudScheduler.UpdateJob][] operation. To recover a job from this state, retry [CloudScheduler.UpdateJob][] until a successful response is received. |