Enum Node.Types.Health (2.0.0)

public enum Health

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

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Fields

NameDescription
DeprecatedUnhealthy

The resource is unhealthy.

Timeout

The resource is unresponsive.

UnhealthyMaintenance

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

UnhealthyTensorflow

The in-guest ML stack is unhealthy.

Unspecified

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

Y

The resource is healthy.