Enum NotebookRuntime.HealthState (3.44.0)

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

The substate of the NotebookRuntime to display health information.

Protobuf enum google.cloud.aiplatform.v1beta1.NotebookRuntime.HealthState

Implements

ProtocolMessageEnum

Static Fields

Name Description
HEALTHY

NotebookRuntime is in healthy state. Applies to ACTIVE state.

HEALTHY = 1;

HEALTHY_VALUE

NotebookRuntime is in healthy state. Applies to ACTIVE state.

HEALTHY = 1;

HEALTH_STATE_UNSPECIFIED

Unspecified health state.

HEALTH_STATE_UNSPECIFIED = 0;

HEALTH_STATE_UNSPECIFIED_VALUE

Unspecified health state.

HEALTH_STATE_UNSPECIFIED = 0;

UNHEALTHY

NotebookRuntime is in unhealthy state. Applies to ACTIVE state.

UNHEALTHY = 2;

UNHEALTHY_VALUE

NotebookRuntime is in unhealthy state. Applies to ACTIVE state.

UNHEALTHY = 2;

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()