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