Values_2.EdgeModelStatSourceStatus of edge devices with this model.
type nonrec t = {modelName : Values_0.EntityName.t option;The name of the model.
*)modelVersion : Values_0.EdgeVersion.t option;The model version.
*)offlineDeviceCount : Values_0.Long.t option;The number of devices that have this model version and do not have a heart beat.
*)connectedDeviceCount : Values_0.Long.t option;The number of devices that have this model version and have a heart beat.
*)activeDeviceCount : Values_0.Long.t option;The number of devices that have this model version, a heart beat, and are currently running.
*)samplingDeviceCount : Values_0.Long.t option;The number of devices with this model version and are producing sample data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.Long.t | `String of Values_0.EntityName.t ])
list ]