View source: R/sagemakeredgemanager_operations.R
sagemakeredgemanager_send_heartbeat | R Documentation |
Use to get the current status of devices registered on SageMaker Edge Manager.
See https://www.paws-r-sdk.com/docs/sagemakeredgemanager_send_heartbeat/ for full documentation.
sagemakeredgemanager_send_heartbeat(
AgentMetrics = NULL,
Models = NULL,
AgentVersion,
DeviceName,
DeviceFleetName,
DeploymentResult = NULL
)
AgentMetrics |
For internal use. Returns a list of SageMaker Edge Manager agent operating metrics. |
Models |
Returns a list of models deployed on the the device. |
AgentVersion |
[required] Returns the version of the agent. |
DeviceName |
[required] The unique name of the device. |
DeviceFleetName |
[required] The name of the fleet that the device belongs to. |
DeploymentResult |
Returns the result of a deployment on the device. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.