
Answer-first summary for fast verification
Answer: Go to the Model Registry UI page, select the model, and click on the 'Transition Stage' button to request a stage transition.
Option B is the correct approach as it involves using the ML Registry UI page to request a stage transition for a model. By selecting the model and clicking on the 'Transition Stage' button, you can initiate the transition process and ensure that the request is reviewed and approved by a designated approver. Using an approval process for model management provides several benefits, such as ensuring that models are thoroughly reviewed and validated before moving to the next stage. It also promotes collaboration and communication between team members and helps in maintaining the quality and reliability of the models.
Author: LeetQuiz Editorial Team
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.
No comments yet.