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

GetDeviceFleetReportResponse

import type { GetDeviceFleetReportResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface GetDeviceFleetReportResponse {
AgentVersions?: AgentVersion[] | null;
Description?: string | null;
DeviceFleetArn: string;
DeviceFleetName: string;
DeviceStats?: DeviceStats | null;
ModelStats?: EdgeModelStat[] | null;
OutputConfig?: EdgeOutputConfig | null;
ReportGenerated?: Date | number | null;
}

§Properties

§
AgentVersions?: AgentVersion[] | null
[src]

The versions of Edge Manager agent deployed on the fleet.

§
Description?: string | null
[src]

Description of the fleet.

§
DeviceFleetArn: string
[src]

The Amazon Resource Name (ARN) of the device.

§
DeviceFleetName: string
[src]

The name of the fleet.

§
DeviceStats?: DeviceStats | null
[src]

Status of devices.

§
ModelStats?: EdgeModelStat[] | null
[src]

Status of model on device.

§
OutputConfig?: EdgeOutputConfig | null
[src]

The output configuration for storing sample data collected by the fleet.

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

Timestamp of when the report was generated.