Databricks Certified Machine Learning Professional — Question 74
Which tool can be used to automatically start a testing Job when a new version of an MLflow Model Registry model is registered?
Answer options
- A. MLflow Model Registry UI
- B. MLflow Client API
- C. MLflow Model Registry Webhooks
- D. MLflow REST API
Correct answer: C
Explanation
The correct answer is C, MLflow Model Registry Webhooks, as they are specifically designed to trigger actions, such as starting testing Jobs, when a new model version is registered. The other options, while useful for interacting with the model registry, do not have the capability to automatically initiate jobs based on model version events.