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

SagemakerEdge

import { SagemakerEdge } from "https://aws-api.deno.dev/v0.3/services/sagemakeredge.ts?docs=full";
class SagemakerEdge {
constructor(apiFactory: client.ApiFactory);
async getDeviceRegistration(params: GetDeviceRegistrationRequest, opts?: client.RequestOptions): Promise<GetDeviceRegistrationResult>;
async sendHeartbeat(params: SendHeartbeatRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new SagemakerEdge(apiFactory: client.ApiFactory)
[src]

§Methods

§

Use to check if a device is registered with SageMaker Edge Manager.

§
sendHeartbeat(params: SendHeartbeatRequest, opts?: client.RequestOptions): Promise<void>
[src]

Use to get the current status of devices registered on SageMaker Edge Manager.

§Static Properties