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

AcceleratorCount

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

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

interface AcceleratorCount {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.

§
Min?: number | null
[src]

The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.