Module Values.AIMLOptionsStatusSource

The status of machine learning options on the specified domain.

Sourcetype nonrec t = {
  1. options : AIMLOptionsOutput.t option;
    (*

    Machine learning options on the specified domain.

    *)
  2. status : OptionStatus.t option;
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of UIntValue.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string ]) list | `Timestamp of UpdateTimestamp.t ]) 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