Thank you for submitting an issue. Please refer to our issue policy for information on what types of issues we address.
Please fill in this documentation issue template to ensure a timely and thorough response.
Willingness to contribute
The MLflow Community encourages documentation fix contributions. Would you or another member of your organization be willing to contribute a fix for this documentation issue to the MLflow code base?
URL(s) with the issue:
Please provide a link to the documentation entry in question.
https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.get_latest_versions
Description of proposal (what needs changing):
In code return type of method get_latest_versions is singular value of class ModelVersion, but in the documentation and code the method returns list of ModelVersion class object.
Need to change the type hint of return type to List[ModelVersion].
Thank you for submitting an issue. Please refer to our issue policy for information on what types of issues we address.
Please fill in this documentation issue template to ensure a timely and thorough response.
Willingness to contribute
The MLflow Community encourages documentation fix contributions. Would you or another member of your organization be willing to contribute a fix for this documentation issue to the MLflow code base?
URL(s) with the issue:
Please provide a link to the documentation entry in question.
https://mlflow.org/docs/latest/python_api/mlflow.tracking.html#mlflow.tracking.MlflowClient.get_latest_versions
Description of proposal (what needs changing):
In code return type of method get_latest_versions is singular value of class ModelVersion, but in the documentation and code the method returns list of ModelVersion class object.
Need to change the type hint of return type to List[ModelVersion].