Module Values.ComputationModelAnomalyDetectionConfigurationSource

Contains the configuration of the type of anomaly detection computation model.

Sourcetype nonrec t = {
  1. inputProperties : InputProperties.t;
    (*

    Define the variable name associated with input properties, with the following format ${VariableName}.

    *)
  2. resultProperty : ResultProperty.t;
    (*

    Define the variable name associated with the result property, and the following format ${VariableName}.

    *)
}
Sourceval context_ : string
Sourceval make : inputProperties:InputProperties.t -> resultProperty:ResultProperty.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InputProperties.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t