Values.SendHeartbeatRequestSourceUse to get the current status of devices registered on SageMaker Edge Manager.
type nonrec t = {agentMetrics : EdgeMetrics.t option;For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.
*)models : Models.t option;Returns a list of models deployed on the the device.
*)agentVersion : Version.t;Returns the version of the agent.
*)deviceName : DeviceName.t;The unique name of the device.
*)deviceFleetName : DeviceFleetName.t;The name of the fleet that the device belongs to.
*)deploymentResult : DeploymentResult.t option;Returns the result of a deployment on the device.
*)}val make :
?agentMetrics:??? ->
?models:??? ->
?deploymentResult:??? ->
agentVersion:Version.t ->
deviceName:DeviceName.t ->
deviceFleetName:DeviceFleetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Value.t
| `List of
[> `Structure of
(string
* [> `Double of Value.t
| `String of Dimension.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of Dimension.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of Version.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of EntityName.t ])
list ]
list
| `String of EntityName.t
| `Timestamp of Timestamp.t ])
list ])
list ]