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

DeviceSummary

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

Includes information about the device.

interface DeviceSummary {
deviceArn: string;
deviceName: string;
deviceStatus: DeviceStatus;
deviceType: DeviceType;
providerName: string;
}

§Properties

§
deviceArn: string
[src]

The ARN of the device.

§
deviceName: string
[src]

The name of the device.

§
deviceStatus: DeviceStatus
[src]

The status of the device.

§
deviceType: DeviceType
[src]

The type of the device.

§
providerName: string
[src]

The provider of the device.