mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Convert List* API calls to Search* API calls for MLflow 2.0 compatibility #45

Closed dbczumar closed 1 year ago

dbczumar commented 1 year ago

Convert List API calls to Search API calls for MLflow 2.0 compatibility. MLflow 2.0 removes ListExperiments and ListRegisteredModels REST & Python APIs, as well as the list_run_infos REST API. This PR accommodates the change by replacing instances of these List API calls with Search API calls.

dbczumar commented 1 year ago

Thanks @amesar !