Advanced Micro Devices · JSON Structure

Rocm Api Device Health Structure

Health status of an AMD GPU device.

Type: object Properties: 6
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Rocm Api Device Health Structure is a JSON Structure definition published by Advanced Micro Devices, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

deviceId status temperature fanSpeed powerDraw eccErrors

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "rocm-api-device-health-structure.json",
  "title": "DeviceHealth",
  "description": "Health status of an AMD GPU device.",
  "type": "object",
  "properties": {
    "deviceId": {
      "type": "string",
      "description": ""
    },
    "status": {
      "type": "string",
      "description": ""
    },
    "temperature": {
      "type": "int32",
      "description": ""
    },
    "fanSpeed": {
      "type": "int32",
      "description": ""
    },
    "powerDraw": {
      "type": "float",
      "description": ""
    },
    "eccErrors": {
      "type": "int32",
      "description": ""
    }
  }
}