Module: Google::Cloud::Tpu::V1::Node::Health
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Health defines the status of a TPU node as reported by Health Monitor.
Constant Summary collapse
- HEALTH_UNSPECIFIED =
Health status is unknown: not initialized or failed to retrieve.
0- HEALTHY =
The resource is healthy.
1- DEPRECATED_UNHEALTHY =
The resource is unhealthy.
2- TIMEOUT =
The resource is unresponsive.
3- UNHEALTHY_TENSORFLOW =
The in-guest ML stack is unhealthy.
4- UNHEALTHY_MAINTENANCE =
The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
5