symptomType property

String? symptomType
getter/setter pair

Type of the Symptom. Possible string values are:

  • "SYMPTOM_TYPE_UNSPECIFIED" : Unspecified symptom.
  • "LOW_MEMORY" : TPU VM memory is low.
  • "OUT_OF_MEMORY" : TPU runtime is out of memory.
  • "EXECUTE_TIMED_OUT" : TPU runtime execution has timed out.
  • "MESH_BUILD_FAIL" : TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors.
  • "HBM_OUT_OF_MEMORY" : TPU HBM is out of memory.
  • "PROJECT_ABUSE" : Abusive behaviors have been identified on the current project.

Implementation

core.String? symptomType;