Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.SagemakerEdgeException
-
Packages that use SagemakerEdgeException Package Description software.amazon.awssdk.services.sagemakeredge SageMaker Edge Manager dataplane service for communicating with active agents.software.amazon.awssdk.services.sagemakeredge.model -
-
Uses of SagemakerEdgeException in software.amazon.awssdk.services.sagemakeredge
Methods in software.amazon.awssdk.services.sagemakeredge that throw SagemakerEdgeException Modifier and Type Method Description default GetDeploymentsResponseSagemakerEdgeClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Use to get the active deployments from a device.default GetDeploymentsResponseSagemakerEdgeClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Use to get the active deployments from a device.default GetDeviceRegistrationResponseSagemakerEdgeClient. getDeviceRegistration(Consumer<GetDeviceRegistrationRequest.Builder> getDeviceRegistrationRequest)Use to check if a device is registered with SageMaker Edge Manager.default GetDeviceRegistrationResponseSagemakerEdgeClient. getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)Use to check if a device is registered with SageMaker Edge Manager.default SendHeartbeatResponseSagemakerEdgeClient. sendHeartbeat(Consumer<SendHeartbeatRequest.Builder> sendHeartbeatRequest)Use to get the current status of devices registered on SageMaker Edge Manager.default SendHeartbeatResponseSagemakerEdgeClient. sendHeartbeat(SendHeartbeatRequest sendHeartbeatRequest)Use to get the current status of devices registered on SageMaker Edge Manager. -
Uses of SagemakerEdgeException in software.amazon.awssdk.services.sagemakeredge.model
Subclasses of SagemakerEdgeException in software.amazon.awssdk.services.sagemakeredge.model Modifier and Type Class Description classInternalServiceExceptionAn internal failure occurred.Methods in software.amazon.awssdk.services.sagemakeredge.model that return SagemakerEdgeException Modifier and Type Method Description SagemakerEdgeExceptionSagemakerEdgeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.sagemakeredge.model with parameters of type SagemakerEdgeException Constructor Description BuilderImpl(SagemakerEdgeException ex)
-