public enum Node.Health extends Enum<Node.Health> implements ProtocolMessageEnum
Health defines the status of a TPU node as reported by Health Monitor.
Protobuf enum google.cloud.tpu.v2.Node.Health
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
HEALTHY | The resource is healthy. |
HEALTHY_VALUE | The resource is healthy. |
HEALTH_UNSPECIFIED | Health status is unknown: not initialized or failed to retrieve. |
HEALTH_UNSPECIFIED_VALUE | Health status is unknown: not initialized or failed to retrieve. |
TIMEOUT | The resource is unresponsive. |
TIMEOUT_VALUE | The resource is unresponsive. |
UNHEALTHY_MAINTENANCE | The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled. |
UNHEALTHY_MAINTENANCE_VALUE | The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled. |
UNHEALTHY_TENSORFLOW | The in-guest ML stack is unhealthy. |
UNHEALTHY_TENSORFLOW_VALUE | The in-guest ML stack is unhealthy. |
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() |