Values.DescribeDetectorModelRequestSourceDescribes a detector model. If the version parameter is not specified, information about the latest version is returned.
type nonrec t = {detectorModelName : DetectorModelName.t;The name of the detector model.
*)detectorModelVersion : DetectorModelVersion.t option;The version of the detector model.
*)}