Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Machine Learning Professional All Questions

View all questions & answers for the Certified Machine Learning Professional exam

Exam Certified Machine Learning Professional topic 1 question 56 discussion

Actual exam question from Databricks's Certified Machine Learning Professional
Question #: 56
Topic #: 1
[All Certified Machine Learning Professional Questions]

A machine learning engineer is attempting to create a webhook that will trigger a Databricks Job job_id when a model version for model model transitions into any MLflow Model Registry stage.
They have the following incomplete code block:

Which of the following lines of code can be used to fill in the blank so that the code block accomplishes the task?

  • A. "MODEL_VERSION_CREATED"
  • B. "MODEL_VERSION_TRANSITIONED_TO_PRODUCTION"
  • C. "MODEL_VERSION_TRANSITIONED_TO_STAGING"
  • D. "MODEL_VERSION_TRANSITIONED_STAGE"
  • E. "MODEL_VERSION_TRANSITIONED_TO_STAGING", "MODEL_VERSION_TRANSITIONED_TO_PRODUCTION"
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
victorcolome
10 months, 1 week ago
Selected Answer: D
Answer is D. Check Webhook events documentation: https://docs.databricks.com/en/mlflow/model-registry-webhooks.html#webhook-events
upvoted 1 times
...
IT3008
10 months, 2 weeks ago
Answer: D
upvoted 1 times
...
GVR76
10 months, 3 weeks ago
The answer is D. "MODEL_VERSION_TRANSITIONED_STAGE". Explanation: Webhook Trigger Events: The events argument in create_registry_webhook specifies which events will activate the webhook. General Stage Transition: To trigger the webhook for model version transitions into any stage, we need the general event "MODEL_VERSION_TRANSITIONED_STAGE". This encompasses transitions to all stages, not just specific ones.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...