mlflow / mlflow-export-import

Apache License 2.0
131 stars 77 forks source link

Change in the registered-model get API call #157

Open tejasnp163 opened 10 months ago

tejasnp163 commented 10 months ago

The parameter passing for the api/2.0/mlflow/registered-models/get endpoint has changed from through request body to through query parameter.

I have tested the same using postman and the endpoint works with query-parameter but not as a request body payload.

https://github.com/mlflow/mlflow-export-import/blob/master/mlflow_export_import/model/export_model.py#L112