
Answer-first summary for fast verification
Answer: Combine the use of the Model Registry UI and the MLflow Client API to transition the model's stage in a hybrid approach.
Option D is the correct approach as it combines the use of the Model Registry UI and the MLflow Client API to transition the model's stage in a hybrid approach. This method allows for flexibility and automation in model management. The advantages of using the Model Registry UI include ease of use and visibility for stakeholders, while the advantages of using the MLflow Client API include automation and integration with other tools and workflows. However, each method has its disadvantages, such as the potential for human error in the UI and the need for programming knowledge for the API. By combining both methods, you can leverage the strengths of each approach and mitigate their weaknesses.
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 have multiple options to do so. Explain the different methods available for transitioning a model's stage, and discuss the advantages and disadvantages of each method.
A
Use the Model Registry UI page to manually change the model's stage.
B
Use the MLflow Client API to programmatically transition the model's stage.
C
Request a stage transition through the ML Registry UI page and wait for approval from a designated approver.
D
Combine the use of the Model Registry UI and the MLflow Client API to transition the model's stage in a hybrid approach.
No comments yet.