You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once my model is trained and model uri or run_id is generated, I like to register the model and have access to it through the UI.
Using the same run id or model uri, it shows
raise RestException(json.loads(response.text))
mlflow.exceptions.RestException: RESOURCE_DOES_NOT_EXIST: Run 'X' not found
I appreciate if you can provide information regarding how to register my model and have access through MLFlow UI
The text was updated successfully, but these errors were encountered:
Hi,
Once my model is trained and model uri or run_id is generated, I like to register the model and have access to it through the UI.
Using the same run id or model uri, it shows
mlflow.exceptions.RestException: RESOURCE_DOES_NOT_EXIST: Run 'X' not found
I appreciate if you can provide information regarding how to register my model and have access through MLFlow UI
The text was updated successfully, but these errors were encountered: