Advanced Micro Devices · JSON Structure

Cloud Api Model List Structure

List of deployed AI models.

Type: object Properties: 1
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

Properties

models

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-model-list-structure.json",
  "title": "ModelList",
  "description": "List of deployed AI models.",
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "description": "Array of models."
    }
  }
}