Advanced Micro Devices · JSON Structure

Cloud Api Instance Metrics Structure

Real-time performance metrics for a GPU instance.

Type: object Properties: 6
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Cloud Api Instance Metrics 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

instanceId gpuUtilization memoryUsed memoryTotal temperature powerDraw

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-instance-metrics-structure.json",
  "title": "InstanceMetrics",
  "description": "Real-time performance metrics for a GPU instance.",
  "type": "object",
  "properties": {
    "instanceId": {
      "type": "string",
      "description": ""
    },
    "gpuUtilization": {
      "type": "float",
      "description": "GPU utilization %."
    },
    "memoryUsed": {
      "type": "float",
      "description": "Memory used GB."
    },
    "memoryTotal": {
      "type": "float",
      "description": "Total memory GB."
    },
    "temperature": {
      "type": "int32",
      "description": "Temperature Celsius."
    },
    "powerDraw": {
      "type": "float",
      "description": "Power draw watts."
    }
  }
}