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

MemoryInfo

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

The memory information of an Elastic Inference Accelerator type.

interface MemoryInfo {
sizeInMiB?: number | null;
}

§Properties

§
sizeInMiB?: number | null
[src]

The size in mebibytes of the Elastic Inference Accelerator type.