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

LaunchTemplateElasticInferenceAcceleratorResponse

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

Describes an elastic inference accelerator.

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

§Properties

§
Count?: number | null
[src]

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

Default: 1

§
Type?: string | null
[src]

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