Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 04:58 AM
Experiencing the same problem, when calling
model_version_uri = "models:/catalog_name.schema_name.model_name/version"
first_version = mlflow.pyfunc.load_model(model_version_uri)
mlflow.store.artifact.cloud_artifact_repo: Failed to complete request, possibly due to credential expiration. Refreshing credentials and trying again...
My schema has MANAGED LOCATION but still - same problem. Did anybody succeed in fixing this?