public sealed class Symptom : IMessage<Symptom>, IEquatable<Symptom>, IDeepCloneable<Symptom>, IBufferMessage, IMessageReference documentation and code samples for the Cloud TPU v1 API class Symptom.
A Symptom instance.
Namespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
Symptom()
public Symptom()Symptom(Symptom)
public Symptom(Symptom other)| Parameter | |
|---|---|
| Name | Description |
other |
Symptom |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Timestamp when the Symptom is created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Details
public string Details { get; set; }Detailed information of the current Symptom.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SymptomType
public Symptom.Types.SymptomType SymptomType { get; set; }Type of the Symptom.
| Property Value | |
|---|---|
| Type | Description |
SymptomTypesSymptomType |
|
WorkerId
public string WorkerId { get; set; }A string used to uniquely distinguish a worker within a TPU node.
| Property Value | |
|---|---|
| Type | Description |
string |
|