AI Platform Notebooks V1 API - Module Google::Cloud::Notebooks::V1::Runtime::HealthState (v0.1.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API module Google::Cloud::Notebooks::V1::Runtime::HealthState.

The runtime substate.

Constants

HEALTH_STATE_UNSPECIFIED

value: 0
The runtime substate is unknown.

HEALTHY

value: 1
The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

UNHEALTHY

value: 2
The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.