Module Values.GetModelRequestSource
Gets a Model.
Sourcetype nonrec t = {apiId : string;modelId : string;
} Sourceval make : apiId:string -> modelId:string -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]