Module: Google::Cloud::AIPlatform::V1::NotebookRuntime::HealthState

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

Overview

The substate of the NotebookRuntime to display health information.

Constant Summary collapse

HEALTH_STATE_UNSPECIFIED =

Unspecified health state.

0
HEALTHY =

NotebookRuntime is in healthy state. Applies to ACTIVE state.

1
UNHEALTHY =

NotebookRuntime is in unhealthy state. Applies to ACTIVE state.

2