GoogleApi.TPU.V1.Model.Symptom (google_api_tpu v0.18.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TPU.V1.Model.Symptom{ createTime: DateTime.t() | nil, details: String.t() | nil, symptomType: String.t() | nil, workerId: String.t() | nil }