Symptom(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A Symptom instance.
Attributes |
|
---|---|
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp when the Symptom is created. |
symptom_type |
google.cloud.tpu_v1.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.