Class Symptom (1.18.2)

Symptom(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Symptom instance.

Attributes

NameDescription
create_time google.protobuf.timestamp_pb2.Timestamp
Timestamp when the Symptom is created.
symptom_type google.cloud.tpu_v2alpha1.types.Symptom.SymptomType
Type of the Symptom.
details str
Detailed information of the current Symptom.
worker_id str
A string used to uniquely distinguish a worker within a TPU node.

Classes

SymptomType

SymptomType(value)

SymptomType represents the different types of Symptoms that a TPU can be at.

Values: SYMPTOM_TYPE_UNSPECIFIED (0): Unspecified symptom. LOW_MEMORY (1): TPU VM memory is low. OUT_OF_MEMORY (2): TPU runtime is out of memory. EXECUTE_TIMED_OUT (3): TPU runtime execution has timed out. MESH_BUILD_FAIL (4): TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors. HBM_OUT_OF_MEMORY (5): TPU HBM is out of memory. PROJECT_ABUSE (6): Abusive behaviors have been identified on the current project.