Amazon ECS · Schema

InferenceAccelerator

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
deviceName string The Elastic Inference accelerator device name.
deviceType string The Elastic Inference accelerator type to use.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-inference-accelerator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InferenceAccelerator",
  "type": "object",
  "properties": {
    "deviceName": {
      "type": "string",
      "description": "The Elastic Inference accelerator device name."
    },
    "deviceType": {
      "type": "string",
      "description": "The Elastic Inference accelerator type to use."
    }
  }
}