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

KeyValuePair

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

A throughput entry for an Elastic Inference Accelerator type.

interface KeyValuePair {
key?: string | null;
value?: number | null;
}

§Properties

§
key?: string | null
[src]

The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.

§
value?: number | null
[src]

The throughput value of the Elastic Inference Accelerator type.