Advanced Micro Devices · JSON Structure

Cloud Api Credits Structure

GPU credit balance and usage.

Type: object Properties: 5
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

Properties

balance used total currency expiresAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-credits-structure.json",
  "title": "Credits",
  "description": "GPU credit balance and usage.",
  "type": "object",
  "properties": {
    "balance": {
      "type": "float",
      "description": ""
    },
    "used": {
      "type": "float",
      "description": ""
    },
    "total": {
      "type": "float",
      "description": ""
    },
    "currency": {
      "type": "string",
      "description": ""
    },
    "expiresAt": {
      "type": "string",
      "description": ""
    }
  }
}