mlflow / mlflow-export-import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement correct creation of HTTP Clients from MlflowClient

amesar opened this issue · comments

For both MlflowHttpClient and DatabricksHttpClient ensure correct instantiation from input MlflowClient:

  • MlflowHttpClient - create_http_client(mlflow_client, model_name=None)
  • DatabricksHttpClient - create_dbx_client(mlflow_client)