V2VmSymptom

data class V2VmSymptom(val createTime: String? = null, val details: String? = null, val symptomType: String? = null, val workerId: String? = null)

Constructors

Link copied to clipboard
constructor(createTime: String? = null, details: String? = null, symptomType: String? = null, workerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createTime: String? = null

(Output) Timestamp when the Symptom is created.

Link copied to clipboard
val details: String? = null

(Output) Detailed information of the current Symptom.

Link copied to clipboard
val symptomType: String? = null

(Output) Type of the Symptom.

Link copied to clipboard
val workerId: String? = null

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