Values.ComputationModelConfigurationSourceThe configuration for the computation model.
type nonrec t = {anomalyDetection : ComputationModelAnomalyDetectionConfiguration.t option;The configuration for the anomaly detection type of computation model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of InputProperties.t ]) list ])
list ]