Skip to content

Register Devices

sagemaker_register_devices R Documentation

Register devices

Description

Register devices.

Usage

sagemaker_register_devices(DeviceFleetName, Devices, Tags)

Arguments

DeviceFleetName

[required] The name of the fleet.

Devices

[required] A list of devices to register with SageMaker Edge Manager.

Tags

The tags associated with devices.

Value

An empty list.

Request syntax

svc$register_devices(
  DeviceFleetName = "string",
  Devices = list(
    list(
      DeviceName = "string",
      Description = "string",
      IotThingName = "string"
    )
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)