Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InferenceAccelerator

import type { InferenceAccelerator } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

Details on an Elastic Inference accelerator. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

interface InferenceAccelerator {
deviceName: string;
deviceType: string;
}

§Properties

§
deviceName: string
[src]

The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a "ResourceRequirement".

§
deviceType: string
[src]

The Elastic Inference accelerator type to use.