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

PlatformDevice

import type { PlatformDevice } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

The devices that are available on the container instance. The only supported device type is a GPU.

interface PlatformDevice {
id: string;
}

§Properties

§
id: string
[src]

The ID for the GPUs on the container instance. The available GPU IDs can also be obtained on the container instance in the /var/lib/ecs/gpu/nvidia_gpu_info.json file.

§

The type of device that's available on the container instance. The only supported value is GPU.