Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::Schedule::State.
State of the job.
Constants
STATE_UNSPECIFIED
value: 0 Unspecified state.
ENABLED
value: 1 The job is executing normally.
PAUSED
value: 2 The job is paused by the user. It will not execute. A user can
intentionally pause the job using
[PauseJobRequest][].
DISABLED
value: 3 The job is disabled by the system due to error. The user
cannot directly set a job to be disabled.
UPDATE_FAILED
value: 4 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::Schedule::State (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-notebooks-v1/latest/Google-Cloud-Notebooks-V1-Schedule-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-notebooks-v1/1.0.1/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.11.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.11.0/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.10.0/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.9.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.9.1/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.8.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.8.2/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.7.0/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.6.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.6.1/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.5.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.5.0/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.4.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.4.2/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.3.0/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.2.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.2.1/Google-Cloud-Notebooks-V1-Schedule-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.1.0/Google-Cloud-Notebooks-V1-Schedule-State) \nReference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::Schedule::State.\n\nState of the job.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### ENABLED\n\n**value:** 1 \nThe job is executing normally.\n\n### PAUSED\n\n**value:** 2 \nThe job is paused by the user. It will not execute. A user can\nintentionally pause the job using\n\\[PauseJobRequest\\]\\[\\].\n\n### DISABLED\n\n**value:** 3 \nThe job is disabled by the system due to error. The user\ncannot directly set a job to be disabled.\n\n### UPDATE_FAILED\n\n**value:** 4 \nThe job state resulting from a failed \\[CloudScheduler.UpdateJob\\]\\[\\]\noperation. To recover a job from this state, retry\n\\[CloudScheduler.UpdateJob\\]\\[\\] until a successful response is received.\n\n### INITIALIZING\n\n**value:** 5 \nThe schedule resource is being created.\n\n### DELETING\n\n**value:** 6 \nThe schedule resource is being deleted."]]