Interface SagemakerEdgeAsyncClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface SagemakerEdgeAsyncClient extends AwsClient
Service client for accessing Amazon Sagemaker Edge Manager asynchronously. This can be created using the staticbuilder()method.SageMaker Edge Manager dataplane service for communicating with active agents.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SagemakerEdgeAsyncClientBuilderbuilder()Create a builder that can be used to configure and create aSagemakerEdgeAsyncClient.static SagemakerEdgeAsyncClientcreate()Create aSagemakerEdgeAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.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 SagemakerEdgeServiceClientConfigurationserviceClientConfiguration()-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeployments
default CompletableFuture<GetDeploymentsResponse> getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Use to get the active deployments from a device.
- Parameters:
getDeploymentsRequest-- Returns:
- A Java Future containing the result of the GetDeployments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getDeployments
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.Builderavoiding the need to create one manually viaGetDeploymentsRequest.builder()- Parameters:
getDeploymentsRequest- AConsumerthat will call methods onGetDeploymentsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetDeployments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getDeviceRegistration
default CompletableFuture<GetDeviceRegistrationResponse> getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
Use to check if a device is registered with SageMaker Edge Manager.
- Parameters:
getDeviceRegistrationRequest-- Returns:
- A Java Future containing the result of the GetDeviceRegistration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getDeviceRegistration
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.Builderavoiding the need to create one manually viaGetDeviceRegistrationRequest.builder()- Parameters:
getDeviceRegistrationRequest- AConsumerthat will call methods onGetDeviceRegistrationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetDeviceRegistration operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
sendHeartbeat
default CompletableFuture<SendHeartbeatResponse> sendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest)
Use to get the current status of devices registered on SageMaker Edge Manager.
- Parameters:
sendHeartbeatRequest-- Returns:
- A Java Future containing the result of the SendHeartbeat operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
sendHeartbeat
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.Builderavoiding the need to create one manually viaSendHeartbeatRequest.builder()- Parameters:
sendHeartbeatRequest- AConsumerthat will call methods onSendHeartbeatRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the SendHeartbeat operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web Services customer support.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- SagemakerEdgeException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
serviceClientConfiguration
default SagemakerEdgeServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
create
static SagemakerEdgeAsyncClient create()
Create aSagemakerEdgeAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static SagemakerEdgeAsyncClientBuilder builder()
Create a builder that can be used to configure and create aSagemakerEdgeAsyncClient.
-
-