Values_1.EdgeModelSourceThe model on the edge device.
type nonrec t = {modelName : Values_0.EntityName.t option;The name of the model.
*)modelVersion : Values_0.EdgeVersion.t option;The model version.
*)latestSampleTime : Values_0.Timestamp.t option;The timestamp of the last data sample taken.
*)latestInference : Values_0.Timestamp.t option;The timestamp of the last inference that was made.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.EntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]