Module Values.GetMLModelInputSource

Returns an MLModel that includes detailed metadata, data source information, and the current status of the MLModel. GetMLModel provides results in normal or verbose format.

Sourcetype nonrec t = {
  1. mLModelId : EntityId.t;
    (*

    The ID assigned to the MLModel at creation.

    *)
  2. verbose : Verbose.t option;
    (*

    Specifies whether the GetMLModel operation should return Recipe. If true, Recipe is returned. If false, Recipe is not returned.

    *)
}
Sourceval context_ : string
Sourceval make : ?verbose:??? -> mLModelId:EntityId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Verbose.t | `String of EntityId.t ]) 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