| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.clone() |
Device |
Device.withDescription(String description)
Description of the device.
|
Device |
Device.withDeviceName(String deviceName)
The name of the device.
|
Device |
Device.withIotThingName(String iotThingName)
Amazon Web Services Internet of Things (IoT) object name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
UpdateDevicesRequest.getDevices()
List of devices to register with Edge Manager agent.
|
List<Device> |
RegisterDevicesRequest.getDevices()
A list of devices to register with SageMaker Edge Manager.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicesRequest |
UpdateDevicesRequest.withDevices(Device... devices)
List of devices to register with Edge Manager agent.
|
RegisterDevicesRequest |
RegisterDevicesRequest.withDevices(Device... devices)
A list of devices to register with SageMaker Edge Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDevicesRequest.setDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
|
void |
RegisterDevicesRequest.setDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
|
UpdateDevicesRequest |
UpdateDevicesRequest.withDevices(Collection<Device> devices)
List of devices to register with Edge Manager agent.
|
RegisterDevicesRequest |
RegisterDevicesRequest.withDevices(Collection<Device> devices)
A list of devices to register with SageMaker Edge Manager.
|
Copyright © 2023. All rights reserved.