[[["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::Execution::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-Execution-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-notebooks-v1/1.0.1/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.11.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.11.0/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.10.0/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.9.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.9.1/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.8.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.8.2/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.7.0/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.6.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.6.1/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.5.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.5.0/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.4.2](/ruby/docs/reference/google-cloud-notebooks-v1/0.4.2/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.3.0/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.2.1](/ruby/docs/reference/google-cloud-notebooks-v1/0.2.1/Google-Cloud-Notebooks-V1-Execution-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-notebooks-v1/0.1.0/Google-Cloud-Notebooks-V1-Execution-State) \nReference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::Execution::State.\n\nEnum description of the state of the underlying AIP job.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nThe job state is unspecified.\n\n### QUEUED\n\n**value:** 1 \nThe job has been just created and processing has not yet begun.\n\n### PREPARING\n\n**value:** 2 \nThe service is preparing to execution the job.\n\n### RUNNING\n\n**value:** 3 \nThe job is in progress.\n\n### SUCCEEDED\n\n**value:** 4 \nThe job completed successfully.\n\n### FAILED\n\n**value:** 5 \nThe job failed.\n`error_message` should contain the details of the failure.\n\n### CANCELLING\n\n**value:** 6 \nThe job is being cancelled.\n`error_message` should describe the reason for the cancellation.\n\n### CANCELLED\n\n**value:** 7 \nThe job has been cancelled.\n`error_message` should describe the reason for the cancellation.\n\n### EXPIRED\n\n**value:** 9 \nThe job has become expired (relevant to Vertex AI jobs)\n\u003chttps://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState\u003e\n\n### INITIALIZING\n\n**value:** 10 \nThe Execution is being created."]]