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

ListDevicesRequest

import type { ListDevicesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListDevicesRequest {
DeviceFleetName?: string | null;
LatestHeartbeatAfter?: Date | number | null;
MaxResults?: number | null;
ModelName?: string | null;
NextToken?: string | null;
}

§Properties

§
DeviceFleetName?: string | null
[src]

Filter for fleets containing this name in their device fleet name.

§
LatestHeartbeatAfter?: Date | number | null
[src]

Select fleets where the job was updated after X

§
MaxResults?: number | null
[src]

Maximum number of results to select.

§
ModelName?: string | null
[src]

A filter that searches devices that contains this name in any of their models.

§
NextToken?: string | null
[src]

The response from the last list when returning a list large enough to need tokening.