Cloud AI Platform v1 API - Enum NotebookRuntime.Types.RuntimeState (2.27.0)

public enum NotebookRuntime.Types.RuntimeState

Reference documentation and code samples for the Cloud AI Platform v1 API enum NotebookRuntime.Types.RuntimeState.

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

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
BeingStarted

NotebookRuntime is in starting state.

BeingStopped

NotebookRuntime is in stopping state.

BeingUpgraded

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

Error

NotebookRuntime was unable to start/stop properly.

Invalid

NotebookRuntime is in invalid state. Cannot be recovered.

Running

NotebookRuntime is in running state.

Stopped

NotebookRuntime is in stopped state.

Unspecified

Unspecified runtime state.