health property
The health status of the TPU node. Possible string values are:
- "HEALTH_UNSPECIFIED" : Health status is unknown: not initialized or failed to retrieve.
- "HEALTHY" : The resource is healthy.
- "TIMEOUT" : The resource is unresponsive.
- "UNHEALTHY_TENSORFLOW" : The in-guest ML stack is unhealthy.
- "UNHEALTHY_MAINTENANCE" : The node is under maintenance/priority boost caused rescheduling and will resume running once rescheduled.
Implementation
core.String? health;