Skip to content

Fixes MLflow compatibility issue in model versions API

Darby Frey requested to merge fix-model-versions-path into master

What does this MR do and why?

This MR corrects a compatibility issue with the API URL for Model Versions. It should be model-versions not model_versions as specified by the MLflow docs: https://mlflow.org/docs/2.6.0/rest-api.html#get-modelversion

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports