Skip to content

Get Device Registration

sagemakeredgemanager_get_device_registration R Documentation

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

Description

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

Usage

sagemakeredgemanager_get_device_registration(DeviceName,
  DeviceFleetName)

Arguments

DeviceName

[required] The unique name of the device you want to get the registration status from.

DeviceFleetName

[required] The name of the fleet that the device belongs to.

Value

A list with the following syntax:

list(
  DeviceRegistration = "string",
  CacheTTL = "string"
)

Request syntax

svc$get_device_registration(
  DeviceName = "string",
  DeviceFleetName = "string"
)