Google Cloud Tpu V2 Client - Class Health (1.1.1)

Reference documentation and code samples for the Google Cloud Tpu V2 Client class Health.

Health defines the status of a TPU node as reported by Health Monitor.

Protobuf type google.cloud.tpu.v2.Node.Health

Namespace

Google \ Cloud \ Tpu \ V2 \ Node

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

HEALTH_UNSPECIFIED

Value: 0

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

Generated from protobuf enum HEALTH_UNSPECIFIED = 0;

HEALTHY

Value: 1

The resource is healthy.

Generated from protobuf enum HEALTHY = 1;

TIMEOUT

Value: 3

The resource is unresponsive.

Generated from protobuf enum TIMEOUT = 3;

UNHEALTHY_TENSORFLOW

Value: 4

The in-guest ML stack is unhealthy.

Generated from protobuf enum UNHEALTHY_TENSORFLOW = 4;

UNHEALTHY_MAINTENANCE

Value: 5

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

Generated from protobuf enum UNHEALTHY_MAINTENANCE = 5;