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.