SymptomResponse

data class SymptomResponse(val createTime: String, val details: String, val symptomType: String, val workerId: String)

A Symptom instance.

Constructors

Link copied to clipboard
fun SymptomResponse(createTime: String, details: String, symptomType: String, workerId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when the Symptom is created.

Link copied to clipboard

Detailed information of the current Symptom.

Link copied to clipboard

Type of the Symptom.

Link copied to clipboard

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