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
When creating the experiment using Python mlflow library and selecting artifact_location to the bucket (not a folder in the bucket) there is an error response of too many 500s.
Code:
MlflowException: API request to http://mlflow-server.kubeflow.svc.cluster.local:5000/api/2.0/mlflow/experiments/create failed with exception HTTPConnectionPool(host='mlflow-server.kubeflow.svc.cluster.local', port=5000): Max retries exceeded with url: /api/2.0/mlflow/experiments/create (Caused by ResponseError('too many 500 error responses'))
I could not find the root cause of it. This can be the upstream issue or some missing configuration or missing privileges.
The text was updated successfully, but these errors were encountered:
When creating the experiment using Python
mlflow
library and selecting artifact_location to the bucket (not a folder in the bucket) there is an error response of too many 500s.Code:
Response:
I could not find the root cause of it. This can be the upstream issue or some missing configuration or missing privileges.
The text was updated successfully, but these errors were encountered: