| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager |
SageMaker Edge Manager dataplane service for communicating with active agents.
|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
AbstractAmazonSagemakerEdgeManager.getDeployments(GetDeploymentsRequest request) |
GetDeploymentsResult |
AmazonSagemakerEdgeManagerClient.getDeployments(GetDeploymentsRequest request)
Use to get the active deployments from a device.
|
GetDeploymentsResult |
AmazonSagemakerEdgeManager.getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentsResult> |
AbstractAmazonSagemakerEdgeManagerAsync.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
Future<GetDeploymentsResult> |
AmazonSagemakerEdgeManagerAsync.getDeploymentsAsync(GetDeploymentsRequest getDeploymentsRequest,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler)
Use to get the active deployments from a device.
|
Future<GetDeploymentsResult> |
AmazonSagemakerEdgeManagerAsyncClient.getDeploymentsAsync(GetDeploymentsRequest request,
AsyncHandler<GetDeploymentsRequest,GetDeploymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResult |
GetDeploymentsResult.clone() |
GetDeploymentsResult |
GetDeploymentsResult.withDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
GetDeploymentsResult |
GetDeploymentsResult.withDeployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
|
Copyright © 2023. All rights reserved.