
Answer-first summary for fast verification
Answer: Use the MLflow Model Registry REST API to programmatically deploy the model and manage its lifecycle.
Option C is the correct approach as it utilizes the MLflow Model Registry REST API to programmatically deploy the model and manage its lifecycle. Using the REST API for model deployment provides several benefits, such as automation, integration with other tools and workflows, and the ability to manage the model's lifecycle in a centralized manner. It also allows for better control and monitoring of the deployed models.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a scenario where you need to deploy a model from the MLflow Model Registry, explain the steps you would take to deploy the model using the MLflow Model Registry REST API, and discuss the benefits of using the REST API for model deployment.
A
Use the MLflow UI to manually deploy the model and monitor its performance.
B
Use the MLflow Client API to retrieve the model from the Model Registry and deploy it using a custom deployment script.
C
Use the MLflow Model Registry REST API to programmatically deploy the model and manage its lifecycle.
D
Manually download the model from the Model Registry and deploy it using external tools.
No comments yet.