Reference documentation and code samples for the Google Cloud Tpu V1 Client class Health.
Health defines the status of a TPU node as reported by Health Monitor.
Protobuf type google.cloud.tpu.v1.Node.Health
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;
DEPRECATED_UNHEALTHY
Value: 2
The resource is unhealthy.
Generated from protobuf enum DEPRECATED_UNHEALTHY = 2;
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;