Module Values.DeleteMLModelInputSource

Assigns the DELETED status to an MLModel, rendering it unusable. After using the DeleteMLModel operation, you can use the GetMLModel operation to verify that the status of the MLModel changed to DELETED. Caution: The result of the DeleteMLModel operation is irreversible.

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

    A user-supplied ID that uniquely identifies the MLModel.

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