Advanced Micro Devices · JSON Structure

Cloud Api Model Structure

A deployed AI model for inference serving.

Type: object Properties: 5
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Cloud Api Model 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

id name framework status endpoint

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-model-structure.json",
  "title": "Model",
  "description": "A deployed AI model for inference serving.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "framework": {
      "type": "string",
      "description": ""
    },
    "status": {
      "type": "string",
      "description": ""
    },
    "endpoint": {
      "type": "string",
      "description": "Inference endpoint URL."
    }
  }
}