@datafire/amazonaws_sagemaker_edge

5.0.0 • Public • Published

@datafire/amazonaws_sagemaker_edge

Client library for Amazon Sagemaker Edge Manager

Installation and Usage

npm install --save @datafire/amazonaws_sagemaker_edge
let amazonaws_sagemaker_edge = require('@datafire/amazonaws_sagemaker_edge').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

SageMaker Edge Manager dataplane service for communicating with active agents.

Actions

GetDeviceRegistration

amazonaws_sagemaker_edge.GetDeviceRegistration({
  "DeviceName": "",
  "DeviceFleetName": ""
}, context)

Input

  • input object
    • DeviceFleetName required string: The name of the fleet that the device belongs to.
    • DeviceName required string: The unique name of the device you want to get the registration status from.

Output

SendHeartbeat

amazonaws_sagemaker_edge.SendHeartbeat({
  "AgentVersion": "",
  "DeviceName": "",
  "DeviceFleetName": ""
}, context)

Input

  • input object
    • AgentMetrics array: For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
    • AgentVersion required string: Returns the version of the agent.
    • DeviceFleetName required string: The name of the fleet that the device belongs to.
    • DeviceName required string: The unique name of the device.
    • Models array: Returns a list of models deployed on the the device.

Output

Output schema unknown

Definitions

CacheTTLSeconds

  • CacheTTLSeconds string

DeviceFleetName

  • DeviceFleetName string

DeviceName

  • DeviceName string

DeviceRegistration

  • DeviceRegistration string

Dimension

  • Dimension string

EdgeMetric

  • EdgeMetric object: Information required for edge device metrics.
    • Dimension
    • MetricName
    • Timestamp
    • Value

EdgeMetrics

GetDeviceRegistrationRequest

  • GetDeviceRegistrationRequest object
    • DeviceFleetName required
    • DeviceName required

GetDeviceRegistrationResult

  • GetDeviceRegistrationResult object
    • CacheTTL
    • DeviceRegistration

InternalServiceException

Metric

  • Metric string

Model

  • Model object: Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.
    • LatestInference
    • LatestSampleTime
    • ModelMetrics
    • ModelName
    • ModelVersion

ModelName

  • ModelName string

Models

  • Models array

SendHeartbeatRequest

  • SendHeartbeatRequest object
    • AgentMetrics
    • AgentVersion required
    • DeviceFleetName required
    • DeviceName required
    • Models

Timestamp

  • Timestamp string

Value

  • Value number

Version

  • Version string

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/amazonaws_sagemaker_edge

Weekly Downloads

3

Version

5.0.0

License

MIT

Unpacked Size

23 kB

Total Files

4

Last publish

Collaborators

  • datafire