
Ultimate access to all questions.
In a scenario where you need to transition a model's stage in the MLflow Model Registry, you want to ensure that the transition request is reviewed and approved by a designated approver. Explain how you would request a stage transition using the ML Registry UI page, and discuss the benefits of using an approval process for model management.
A
Use the MLflow Client API to programmatically transition the model's stage without requiring approval.
B
Go to the Model Registry UI page, select the model, and click on the 'Transition Stage' button to request a stage transition.
C
Request a stage transition through the ML Registry UI page and wait for the system to automatically approve the request.
D
Manually update the model's stage in the Model Registry without using the UI or requiring approval.