Values.ModelSourceInformation about a model deployed on an edge device that is registered with SageMaker Edge Manager.
type nonrec t = {modelName : ModelName.t option;The name of the model.
*)modelVersion : Version.t option;The version of the model.
*)latestSampleTime : Timestamp.t option;The timestamp of the last data sample taken.
*)latestInference : Timestamp.t option;The timestamp of the last inference that was made.
*)modelMetrics : EdgeMetrics.t option;Information required for model metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Value.t
| `String of Dimension.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of ModelName.t
| `Timestamp of Timestamp.t ])
list ]