GoogleApi.TPU.V1.Model.Symptom (google_api_tpu v0.13.0) View Source
A Symptom instance.
Attributes
-
createTime(type:DateTime.t, default:nil) - Timestamp when the Symptom is created. -
details(type:String.t, default:nil) - Detailed information of the current Symptom. -
symptomType(type:String.t, default:nil) - Type of the Symptom. -
workerId(type:String.t, default:nil) - A string used to uniquely distinguish a worker within a TPU node.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.TPU.V1.Model.Symptom{
createTime: DateTime.t(),
details: String.t(),
symptomType: String.t(),
workerId: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.