Module Values.MLModelsSource

Sourcetype nonrec t = MLModel.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : MLModel.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Float of ScoreThreshold.t | `Long of LongType.t | `Map of ([> `String of StringType.t ] * [> `String of StringType.t ]) list | `String of EntityId.t | `Structure of (string * [> `Enum of string | `Integer of IntegerType.t | `String of VipURL.t | `Timestamp of EpochTime.t ]) list | `Timestamp of EpochTime.t ]) list ] list ]
Sourceval to_query : MLModel.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> MLModel.t list
Sourceval of_json : [> Yojson.Safe.t ] -> MLModel.t list
Sourceval to_json : MLModel.t list -> Yojson.Safe.t