Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.