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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HEALTHY |
NotebookRuntime is in healthy state. Applies to ACTIVE state. |
HEALTHY_VALUE |
NotebookRuntime is in healthy state. Applies to ACTIVE state. |
HEALTH_STATE_UNSPECIFIED |
Unspecified health state. |
HEALTH_STATE_UNSPECIFIED_VALUE |
Unspecified health state. |
UNHEALTHY |
NotebookRuntime is in unhealthy state. Applies to ACTIVE state. |
UNHEALTHY_VALUE |
NotebookRuntime is in unhealthy state. Applies to ACTIVE state. |
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() |