ModelList

List of deployed AI models.

AICloud ComputingGPUHPCMachine LearningSemiconductorFortune 500

Properties

Name Type Description
models array Array of models.
View JSON Schema on GitHub

JSON Schema

cloud-api-model-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ModelList",
  "description": "List of deployed AI models.",
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "description": "Array of models.",
      "items": {
        "$ref": "#/$defs/Model"
      }
    }
  }
}