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

EcsInferenceAcceleratorOverride

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

Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

interface EcsInferenceAcceleratorOverride {
deviceName?: string | null;
deviceType?: string | null;
}

§Properties

§
deviceName?: string | null
[src]

The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.

§
deviceType?: string | null
[src]

The Elastic Inference accelerator type to use.