Class Symptom (2.0.0)

public sealed class Symptom : IMessage<Symptom>, IEquatable<Symptom>, IDeepCloneable<Symptom>, IBufferMessage, IMessage

A Symptom instance.

Inheritance

Object > Symptom

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

Symptom()

public Symptom()

Symptom(Symptom)

public Symptom(Symptom other)
Parameter
NameDescription
otherSymptom

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Timestamp when the Symptom is created.

Property Value
TypeDescription
Timestamp

Details

public string Details { get; set; }

Detailed information of the current Symptom.

Property Value
TypeDescription
String

SymptomType

public Symptom.Types.SymptomType SymptomType { get; set; }

Type of the Symptom.

Property Value
TypeDescription
Symptom.Types.SymptomType

WorkerId

public string WorkerId { get; set; }

A string used to uniquely distinguish a worker within a TPU node.

Property Value
TypeDescription
String