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

AcceleratorType

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

The details of an Elastic Inference Accelerator type.

interface AcceleratorType {
acceleratorTypeName?: string | null;
memoryInfo?: MemoryInfo | null;
throughputInfo?: KeyValuePair[] | null;
}

§Properties

§
acceleratorTypeName?: string | null
[src]

The name of the Elastic Inference Accelerator type.

§
memoryInfo?: MemoryInfo | null
[src]

The memory information of the Elastic Inference Accelerator type.

§
throughputInfo?: KeyValuePair[] | null
[src]

The throughput information of the Elastic Inference Accelerator type.