Advanced Micro Devices · JSON Structure

Cloud Api Model Input Structure

Request to deploy an AI model.

Type: object Properties: 5
AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

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

name modelId framework gpuType gpuCount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "cloud-api-model-input-structure.json",
  "title": "ModelInput",
  "description": "Request to deploy an AI model.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": ""
    },
    "modelId": {
      "type": "string",
      "description": "Hugging Face model ID."
    },
    "framework": {
      "type": "string",
      "description": ""
    },
    "gpuType": {
      "type": "string",
      "description": ""
    },
    "gpuCount": {
      "type": "int32",
      "description": ""
    }
  }
}