Advanced Micro Devices · Example Payload

Cloud Api Instancelist Example

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Cloud Api Instancelist Example is an example object payload from Advanced Micro Devices, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

instancestotal

Example Payload

Raw ↑
{
  "instances": [
    {
      "id": "inst-001",
      "name": "my-training-run",
      "gpuType": "mi300x",
      "gpuCount": 8,
      "status": "running",
      "region": "us-west-2"
    }
  ],
  "total": 1
}