SagemakerEdgeClient
SageMaker Edge Manager dataplane service for communicating with active agents.
Functions
Link copied to clipboard
Use to get the active deployments from a device.
Link copied to clipboard
abstract suspend fun getDeviceRegistration(input: GetDeviceRegistrationRequest): GetDeviceRegistrationResponse
Use to check if a device is registered with SageMaker Edge Manager.
Link copied to clipboard
Use to get the current status of devices registered on SageMaker Edge Manager.
Inherited functions
Link copied to clipboard
inline suspend fun SagemakerEdgeClient.getDeployments(crossinline block: GetDeploymentsRequest.Builder.() -> Unit): GetDeploymentsResponse
Use to get the active deployments from a device.
Link copied to clipboard
inline suspend fun SagemakerEdgeClient.getDeviceRegistration(crossinline block: GetDeviceRegistrationRequest.Builder.() -> Unit): GetDeviceRegistrationResponse
Use to check if a device is registered with SageMaker Edge Manager.
Link copied to clipboard
inline suspend fun SagemakerEdgeClient.sendHeartbeat(crossinline block: SendHeartbeatRequest.Builder.() -> Unit): SendHeartbeatResponse
Use to get the current status of devices registered on SageMaker Edge Manager.
Link copied to clipboard
fun SagemakerEdgeClient.withConfig(block: SagemakerEdgeClient.Config.Builder.() -> Unit): SagemakerEdgeClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.