Advanced Micro Devices · JSON Structure

Cloud Api Instance Structure

An AMD GPU compute instance.

Type: object Properties: 8
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

Properties

id name gpuType gpuCount status region imageId createdAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-instance-structure.json",
  "title": "Instance",
  "description": "An AMD GPU compute instance.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Instance identifier."
    },
    "name": {
      "type": "string",
      "description": "Instance display name."
    },
    "gpuType": {
      "type": "string",
      "description": "GPU hardware type."
    },
    "gpuCount": {
      "type": "int32",
      "description": "Number of GPUs."
    },
    "status": {
      "type": "string",
      "description": "Instance status."
    },
    "region": {
      "type": "string",
      "description": "Deployment region."
    },
    "imageId": {
      "type": "string",
      "description": "ROCm image."
    },
    "createdAt": {
      "type": "string",
      "description": "Creation timestamp."
    }
  }
}