Module Values_1.DeleteMlflowTrackingServerRequestSource

Deletes an MLflow Tracking Server. For more information, see Clean up MLflow resources.

Sourcetype nonrec t = {
  1. trackingServerName : TrackingServerName.t;
    (*

    The name of the the tracking server to delete.

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