| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakeredge |
SageMaker Edge Manager dataplane service for communicating with active agents.
|
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentsResponse |
SagemakerEdgeClient.getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Use to get the active deployments from a device.
|
default GetDeploymentsResponse |
SagemakerEdgeClient.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
|
default GetDeviceRegistrationResponse |
SagemakerEdgeClient.getDeviceRegistration(Consumer<GetDeviceRegistrationRequest.Builder> getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
|
default GetDeviceRegistrationResponse |
SagemakerEdgeClient.getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
|
default SendHeartbeatResponse |
SagemakerEdgeClient.sendHeartbeat(Consumer<SendHeartbeatRequest.Builder> sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
default SendHeartbeatResponse |
SagemakerEdgeClient.sendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
Copyright © 2023. All rights reserved.