
Explanation:
You cannot delete a model version directly in the MLflow Model Registry because it needs to be archived first before deletion. This design choice is made for several reasons:
The other options are not the primary reasons because:
This approach promotes a controlled and auditable method for managing model versions, ensuring data preservation while allowing for necessary cleanup of inactive models.
Ultimate access to all questions.
No comments yet.
What is the reason you cannot directly delete a model version in the MLflow Model Registry?
A
Because MLflow does not support model version deletion.
B
Because the model version needs to be archived first before deletion.
C
Because it requires administrator privileges.
D
Because it would affect the active run.