Managing the permissions using MLFlow APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-21-2021 02:41 AM
Hello All,
I am trying to manage the permissions on the experiments using the MLFLow API. Do we have any MLFlow API which helps to manage the permissions of Can Read ,Can Edit , Can Manage.
Example :
I create the model using MLFlow APIs and through my code I should be able to enforce the permission saying what permission can be given for this model.E.g. Can Read , Can Edit , Can Manage.
Thanks
- Labels:
-
ACL
-
MlFlow
-
MLflow API
-
MLflow Experiments
-
Permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-21-2021 12:48 PM
Hi @Sagar Kantโ Please refer to the below document that provides a detailed explanation about the MLflow permissions API.
- MLflow experiment permissions โ Manage which users can read, edit, or manage MLflow experiments.
https://docs.databricks.com/dev-tools/api/latest/permissions.html#tag/MLflow-experiment-permissions
- MLflow registered model permissions โ Manage which users can read, edit, or manage MLflow registered models.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ11-28-2021 02:04 PM
Hi @Sagar Kantโ , Could you please let me know if the answer I provided earlier resolved your query? If so would you be happy to mark the answer as best so that others can quickly find the solution in the future?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ12-16-2021 06:33 PM
I don't believe you can set MLflow permissions via the API. Permissions are a function of Databricks rather than MLflow itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-01-2023 04:35 AM
Hey folks, did we get any workaround for this or what @Sean Owenโ said is true ?