Enum NotebookRuntime.RuntimeState (3.44.0)

public enum NotebookRuntime.RuntimeState extends Enum<NotebookRuntime.RuntimeState> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.aiplatform.v1.NotebookRuntime.RuntimeState

Implements

ProtocolMessageEnum

Static Fields

Name Description
BEING_STARTED

NotebookRuntime is in starting state.

BEING_STARTED = 2;

BEING_STARTED_VALUE

NotebookRuntime is in starting state.

BEING_STARTED = 2;

BEING_STOPPED

NotebookRuntime is in stopping state.

BEING_STOPPED = 3;

BEING_STOPPED_VALUE

NotebookRuntime is in stopping state.

BEING_STOPPED = 3;

BEING_UPGRADED

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

BEING_UPGRADED = 5;

BEING_UPGRADED_VALUE

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

BEING_UPGRADED = 5;

ERROR

NotebookRuntime was unable to start/stop properly.

ERROR = 100;

ERROR_VALUE

NotebookRuntime was unable to start/stop properly.

ERROR = 100;

INVALID

NotebookRuntime is in invalid state. Cannot be recovered.

INVALID = 101;

INVALID_VALUE

NotebookRuntime is in invalid state. Cannot be recovered.

INVALID = 101;

RUNNING

NotebookRuntime is in running state.

RUNNING = 1;

RUNNING_VALUE

NotebookRuntime is in running state.

RUNNING = 1;

RUNTIME_STATE_UNSPECIFIED

Unspecified runtime state.

RUNTIME_STATE_UNSPECIFIED = 0;

RUNTIME_STATE_UNSPECIFIED_VALUE

Unspecified runtime state.

RUNTIME_STATE_UNSPECIFIED = 0;

STOPPED

NotebookRuntime is in stopped state.

STOPPED = 4;

STOPPED_VALUE

NotebookRuntime is in stopped state.

STOPPED = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()