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

ElasticInferenceAccelerator

import type { ElasticInferenceAccelerator } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes an elastic inference accelerator.

interface ElasticInferenceAccelerator {
Count?: number | null;
Type: string;
}

§Properties

§
Count?: number | null
[src]

The number of elastic inference accelerators to attach to the instance.

Default: 1

§
Type: string
[src]

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.