Class Symptom (0.2.2)

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

A Symptom instance. .. attribute:: create_time

Timestamp when the Symptom is created.

:type: google.protobuf.timestamp_pb2.Timestamp

Attributes

NameDescription
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.