InstanceList

List of GPU compute instances.

Artificial IntelligenceCloud ComputingGPUHPCMachine-LearningSemiconductorsFortune 500

Properties

Name Type Description
instances array Array of instances.
total integer Total count.
View JSON Schema on GitHub

JSON Schema

cloud-api-instance-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InstanceList",
  "description": "List of GPU compute instances.",
  "type": "object",
  "properties": {
    "instances": {
      "type": "array",
      "description": "Array of instances.",
      "items": {
        "$ref": "#/$defs/Instance"
      }
    },
    "total": {
      "type": "integer",
      "description": "Total count."
    }
  }
}