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

SendHeartbeatRequest

import type { SendHeartbeatRequest } from "https://aws-api.deno.dev/v0.3/services/sagemakeredge.ts?docs=full";
interface SendHeartbeatRequest {
AgentMetrics?: EdgeMetric[] | null;
AgentVersion: string;
DeviceFleetName: string;
DeviceName: string;
Models?: Model[] | null;
}

§Properties

§
AgentMetrics?: EdgeMetric[] | null
[src]

For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.

§
AgentVersion: string
[src]

Returns the version of the agent.

§
DeviceFleetName: string
[src]

The name of the fleet that the device belongs to.

§
DeviceName: string
[src]

The unique name of the device.

§
Models?: Model[] | null
[src]

Returns a list of models deployed on the the device.