Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::NotebookRuntime::RuntimeState (v1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::NotebookRuntime::RuntimeState.
The substate of the NotebookRuntime to display state of runtime.
The resource of NotebookRuntime is in ACTIVE state for these sub state.
Constants
RUNTIME_STATE_UNSPECIFIED
value: 0 Unspecified runtime state.
RUNNING
value: 1 NotebookRuntime is in running state.
BEING_STARTED
value: 2 NotebookRuntime is in starting state. This is when the runtime is being
started from a stopped state.
BEING_STOPPED
value: 3 NotebookRuntime is in stopping state.
STOPPED
value: 4 NotebookRuntime is in stopped state.
BEING_UPGRADED
value: 5 NotebookRuntime is in upgrading state. It is in the middle of upgrading
process.
ERROR
value: 100 NotebookRuntime was unable to start/stop properly.
INVALID
value: 101 NotebookRuntime is in invalid state. Cannot be recovered.
[[["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 2026-04-03 UTC."],[],[]]