@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonSagemakerEdgeManagerClient extends AmazonWebServiceClient implements AmazonSagemakerEdgeManager
SageMaker Edge Manager dataplane service for communicating with active agents.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AmazonSagemakerEdgeManagerClientBuilder |
builder() |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDeploymentsResult |
getDeployments(GetDeploymentsRequest request)
Use to get the active deployments from a device.
|
GetDeviceRegistrationResult |
getDeviceRegistration(GetDeviceRegistrationRequest request)
Use to check if a device is registered with SageMaker Edge Manager.
|
SendHeartbeatResult |
sendHeartbeat(SendHeartbeatRequest request)
Use to get the current status of devices registered on SageMaker Edge Manager.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AmazonSagemakerEdgeManagerClientBuilder builder()
public GetDeploymentsResult getDeployments(GetDeploymentsRequest request)
Use to get the active deployments from a device.
getDeployments in interface AmazonSagemakerEdgeManagergetDeploymentsRequest - InternalServiceException - An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web
Services customer support.public GetDeviceRegistrationResult getDeviceRegistration(GetDeviceRegistrationRequest request)
Use to check if a device is registered with SageMaker Edge Manager.
getDeviceRegistration in interface AmazonSagemakerEdgeManagergetDeviceRegistrationRequest - InternalServiceException - An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web
Services customer support.public SendHeartbeatResult sendHeartbeat(SendHeartbeatRequest request)
Use to get the current status of devices registered on SageMaker Edge Manager.
sendHeartbeat in interface AmazonSagemakerEdgeManagersendHeartbeatRequest - InternalServiceException - An internal failure occurred. Try your request again. If the problem persists, contact Amazon Web
Services customer support.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonSagemakerEdgeManagerrequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AmazonSagemakerEdgeManagershutdown in class AmazonWebServiceClient