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

RegisterDevicesRequest

import type { RegisterDevicesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface RegisterDevicesRequest {
DeviceFleetName: string;
Devices: Device[];
Tags?: Tag[] | null;
}

§Properties

§
DeviceFleetName: string
[src]

The name of the fleet.

§
Devices: Device[]
[src]

A list of devices to register with SageMaker Edge Manager.

§
Tags?: Tag[] | null
[src]

The tags associated with devices.