@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface SagemakerEdgeAsyncClient extends AwsClient
builder() method.
SageMaker Edge Manager dataplane service for communicating with active agents.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SagemakerEdgeAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
SagemakerEdgeAsyncClient. |
static SagemakerEdgeAsyncClient |
create()
Create a
SagemakerEdgeAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<GetDeploymentsResponse> |
getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Use to get the active deployments from a device.
|
default CompletableFuture<GetDeploymentsResponse> |
getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
|
default CompletableFuture<GetDeviceRegistrationResponse> |
getDeviceRegistration(Consumer<GetDeviceRegistrationRequest.Builder> getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
|
default CompletableFuture<GetDeviceRegistrationResponse> |
getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
|
default CompletableFuture<SendHeartbeatResponse> |
sendHeartbeat(Consumer<SendHeartbeatRequest.Builder> sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
default CompletableFuture<SendHeartbeatResponse> |
sendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
default SagemakerEdgeServiceClientConfiguration |
serviceClientConfiguration() |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<GetDeploymentsResponse> getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
getDeploymentsRequest - default CompletableFuture<GetDeploymentsResponse> getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)
Use to get the active deployments from a device.
This is a convenience which creates an instance of the GetDeploymentsRequest.Builder avoiding the need to
create one manually via GetDeploymentsRequest.builder()
getDeploymentsRequest - A Consumer that will call methods on
GetDeploymentsRequest.Builder to create a
request.default CompletableFuture<GetDeviceRegistrationResponse> getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistrationRequest - default CompletableFuture<GetDeviceRegistrationResponse> getDeviceRegistration(Consumer<GetDeviceRegistrationRequest.Builder> getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
This is a convenience which creates an instance of the GetDeviceRegistrationRequest.Builder avoiding the
need to create one manually via GetDeviceRegistrationRequest.builder()
getDeviceRegistrationRequest - A Consumer that will call methods on
GetDeviceRegistrationRequest.Builder to create
a request.default CompletableFuture<SendHeartbeatResponse> sendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeatRequest - default CompletableFuture<SendHeartbeatResponse> sendHeartbeat(Consumer<SendHeartbeatRequest.Builder> sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
This is a convenience which creates an instance of the SendHeartbeatRequest.Builder avoiding the need to
create one manually via SendHeartbeatRequest.builder()
sendHeartbeatRequest - A Consumer that will call methods on
SendHeartbeatRequest.Builder to create a
request.default SagemakerEdgeServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic SagemakerEdgeAsyncClient create()
SagemakerEdgeAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static SagemakerEdgeAsyncClientBuilder builder()
SagemakerEdgeAsyncClient.Copyright © 2023. All rights reserved.