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

DeviceConfig

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

Configures the quantum processing units (QPUs) or simulator used to create and run an Amazon Braket job.

interface DeviceConfig {
device: string;
}

§Properties

§
device: string
[src]

The primary quantum processing unit (QPU) or simulator used to create and run an Amazon Braket job.