Class Symptom (1.5.1)

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.

Inheritance

builtins.object > proto.message.Message > Symptom

Classes

SymptomType

SymptomType(value)

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