QuestionQ4

Model Lifecycle Management

A machine learning engineer has created a webhook using the following code block:

Question Image

Which of the following code blocks will cause this webhook to run the associated job?

  • A
  • B
  • C
  • D
  • E
Explanation

An MLflow model-version stage transition is performed with transition_model_version_stage(name, version, stage). Setting name to model and stage to "Staging" transitions a version of the registered model monitored by the active webhook, producing the MODEL_VERSION_TRANSITIONED_TO_STAGING event. The API accepts name, version, and stage rather than from and to arguments.

Learn more

Community Discussion

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