mlflow.server
-
mlflow.server.
get_app_client
(app_name: str, *args, **kwargs)[source] Instantiate a client provided by an app.
- Parameters
app_name – The app name defined in setup.py, e.g., “basic-auth”.
args – Additional arguments passed to the app client constructor.
kwargs – Additional keyword arguments passed to the app client constructor.
- Returns
An app client instance.