How to log model using mlflow REST api? Does mlflow REST APIs support it?

915 Views Asked by At

I'm writing a library using mlflow REST APIs. I'm looking for mlflow REST api for logging different mlflow models.

In the doc, https://www.mlflow.org/docs/latest/rest-api.html#log-model it says the api will be removed in future and doesn't have description about model_json request body.

If I see github, https://github.com/mlflow/mlflow/blob/master/docs/source/rest-api.rst mlflow REST API for Log model is missing.

1

There are 1 best solutions below

0
On

You can develop mlflow multi tenancy features for user level access to view models as per tenant.