Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RuntimeState.
The substate of the NotebookRuntime to display state of runtime.
The resource of NotebookRuntime is in ACTIVE state for these sub state.
Protobuf type google.cloud.aiplatform.v1.NotebookRuntime.RuntimeState
Namespace
Google \ Cloud \ AIPlatform \ V1 \ NotebookRuntimeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RUNTIME_STATE_UNSPECIFIED
Value: 0
Unspecified runtime state.
Generated from protobuf enum RUNTIME_STATE_UNSPECIFIED = 0;
RUNNING
Value: 1
NotebookRuntime is in running state.
Generated from protobuf enum RUNNING = 1;
BEING_STARTED
Value: 2
NotebookRuntime is in starting state.
Generated from protobuf enum BEING_STARTED = 2;
BEING_STOPPED
Value: 3
NotebookRuntime is in stopping state.
Generated from protobuf enum BEING_STOPPED = 3;
STOPPED
Value: 4
NotebookRuntime is in stopped state.
Generated from protobuf enum STOPPED = 4;
BEING_UPGRADED
Value: 5
NotebookRuntime is in upgrading state. It is in the middle of upgrading process.
Generated from protobuf enum BEING_UPGRADED = 5;
ERROR
Value: 100
NotebookRuntime was unable to start/stop properly.
Generated from protobuf enum ERROR = 100;
INVALID
Value: 101
NotebookRuntime is in invalid state. Cannot be recovered.
Generated from protobuf enum INVALID = 101;