Enum Node.Health (2.42.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
HEALTHY

The resource is healthy.

HEALTHY = 1;

HEALTHY_VALUE

The resource is healthy.

HEALTHY = 1;

HEALTH_UNSPECIFIED

Health status is unknown: not initialized or failed to retrieve.

HEALTH_UNSPECIFIED = 0;

HEALTH_UNSPECIFIED_VALUE

Health status is unknown: not initialized or failed to retrieve.

HEALTH_UNSPECIFIED = 0;

TIMEOUT

The resource is unresponsive.

TIMEOUT = 3;

TIMEOUT_VALUE

The resource is unresponsive.

TIMEOUT = 3;

UNHEALTHY_MAINTENANCE

The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.

UNHEALTHY_MAINTENANCE = 5;

UNHEALTHY_MAINTENANCE_VALUE

The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.

UNHEALTHY_MAINTENANCE = 5;

UNHEALTHY_TENSORFLOW

The in-guest ML stack is unhealthy.

UNHEALTHY_TENSORFLOW = 4;

UNHEALTHY_TENSORFLOW_VALUE

The in-guest ML stack is unhealthy.

UNHEALTHY_TENSORFLOW = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()