Values.GetMLModelInputSourceReturns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel. GetMLModel provides results in normal or verbose format.
type nonrec t = {mLModelId : EntityId.t;The ID assigned to the MLModel at creation.
*)verbose : Verbose.t option;Specifies whether the GetMLModel operation should return Recipe. If true, Recipe is returned. If false, Recipe is not returned.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Verbose.t | `String of EntityId.t ]) list ]