Values.DetectorModelSummarySourceInformation about the detector model.
type nonrec t = {detectorModelName : DetectorModelName.t option;The name of the detector model.
*)detectorModelDescription : DetectorModelDescription.t option;A brief description of the detector model.
*)creationTime : Timestamp.t option;The time the detector model was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DetectorModelName.t | `Timestamp of Timestamp.t ])
list ]