QuestionQ66

Validation Testing

Which tool can automatically initiate a testing Job when a new version of an MLflow Model Registry model is registered?

  • A MLflow Model Registry UI
  • B MLflow Client API
  • C MLflow Model Registry Webhooks
  • D MLflow REST API
Explanation

MLflow Model Registry Webhooks provide event-driven notifications for registry events, including creation of a model version. A webhook can call an endpoint that starts the testing job automatically.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!