public enum Symptom.SymptomType extends Enum<Symptom.SymptomType> implements ProtocolMessageEnum
SymptomType represents the different types of Symptoms that a TPU can be at.
Protobuf enum google.cloud.tpu.v1.Symptom.SymptomType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
EXECUTE_TIMED_OUT | TPU runtime execution has timed out. |
EXECUTE_TIMED_OUT_VALUE | TPU runtime execution has timed out. |
HBM_OUT_OF_MEMORY | TPU HBM is out of memory. |
HBM_OUT_OF_MEMORY_VALUE | TPU HBM is out of memory. |
LOW_MEMORY | TPU VM memory is low. |
LOW_MEMORY_VALUE | TPU VM memory is low. |
MESH_BUILD_FAIL | TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors. |
MESH_BUILD_FAIL_VALUE | TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors. |
OUT_OF_MEMORY | TPU runtime is out of memory. |
OUT_OF_MEMORY_VALUE | TPU runtime is out of memory. |
PROJECT_ABUSE | Abusive behaviors have been identified on the current project. |
PROJECT_ABUSE_VALUE | Abusive behaviors have been identified on the current project. |
SYMPTOM_TYPE_UNSPECIFIED | Unspecified symptom. |
SYMPTOM_TYPE_UNSPECIFIED_VALUE | Unspecified symptom. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |