Module: Google::Cloud::AIPlatform::V1::NotebookRuntime::RuntimeState

Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb

Overview

The substate of the NotebookRuntime to display state of runtime. The resource of NotebookRuntime is in ACTIVE state for these sub state.

Constant Summary collapse

RUNTIME_STATE_UNSPECIFIED =

Unspecified runtime state.

0
RUNNING =

NotebookRuntime is in running state.

1
BEING_STARTED =

NotebookRuntime is in starting state.

2
BEING_STOPPED =

NotebookRuntime is in stopping state.

3
STOPPED =

NotebookRuntime is in stopped state.

4
BEING_UPGRADED =

NotebookRuntime is in upgrading state. It is in the middle of upgrading process.

5
ERROR =

NotebookRuntime was unable to start/stop properly.

100
INVALID =

NotebookRuntime is in invalid state. Cannot be recovered.

101