behavior property

String? behavior
getter/setter pair

Possible string values are:

  • "BEHAVIOR_UNSPECIFIED" : Public reportable behaviors
  • "CHIP_ERROR" : Any GPU or TPU errors or faults where the accelerator becomes unusable
  • "PERFORMANCE"
  • "SILENT_DATA_CORRUPTION"
  • "UNRECOVERABLE_GPU_ERROR" : Unrecoverable GPU error identified by an XID

Implementation

core.String? behavior;