Module Values.AnomalySource

Contains information about the anomalies.

Sourcetype nonrec t = {
  1. profiles : AnomalyProfiles.t option;
    (*

    Information about the types of profiles.

    *)
  2. unusual : AnomalyUnusual.t option;
    (*

    Information about the behavior of the anomalies.

    *)
}
Sourceval make : ?profiles:??? -> ?unusual:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Map of ([> `String of String_.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ] list ]) list ]) list | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ]) list ]) list ]) list ]) 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