Enum Symptom.SymptomType (2.42.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
EXECUTE_TIMED_OUT

TPU runtime execution has timed out.

EXECUTE_TIMED_OUT = 3;

EXECUTE_TIMED_OUT_VALUE

TPU runtime execution has timed out.

EXECUTE_TIMED_OUT = 3;

HBM_OUT_OF_MEMORY

TPU HBM is out of memory.

HBM_OUT_OF_MEMORY = 5;

HBM_OUT_OF_MEMORY_VALUE

TPU HBM is out of memory.

HBM_OUT_OF_MEMORY = 5;

LOW_MEMORY

TPU VM memory is low.

LOW_MEMORY = 1;

LOW_MEMORY_VALUE

TPU VM memory is low.

LOW_MEMORY = 1;

MESH_BUILD_FAIL

TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors.

MESH_BUILD_FAIL = 4;

MESH_BUILD_FAIL_VALUE

TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors.

MESH_BUILD_FAIL = 4;

OUT_OF_MEMORY

TPU runtime is out of memory.

OUT_OF_MEMORY = 2;

OUT_OF_MEMORY_VALUE

TPU runtime is out of memory.

OUT_OF_MEMORY = 2;

PROJECT_ABUSE

Abusive behaviors have been identified on the current project.

PROJECT_ABUSE = 6;

PROJECT_ABUSE_VALUE

Abusive behaviors have been identified on the current project.

PROJECT_ABUSE = 6;

SYMPTOM_TYPE_UNSPECIFIED

Unspecified symptom.

SYMPTOM_TYPE_UNSPECIFIED = 0;

SYMPTOM_TYPE_UNSPECIFIED_VALUE

Unspecified symptom.

SYMPTOM_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()