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 32 discussion

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

A machine learning engineer has deployed a model recommender using MLflow Model Serving. They now want to query the version of that model that is in the Production stage of the MLflow Model Registry.
Which of the following model URIs can be used to query the described model version?

  • A. https://<databricks-instance>/model-serving/recommender/Production/invocations
  • B. The version number of the model version in Production is necessary to complete this task.
  • C. https://<databricks-instance>/model/recommender/stage-production/invocations
  • D. https://<databricks-instance>/model-serving/recommender/stage-production/invocations
  • E. https://<databricks-instance>/model/recommender/Production/invocations
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
zafarsohaib
5 months, 1 week ago
Selected Answer: E
Correct answer is E. Because the URI should contain "/model/" and not "/model-serving/".
upvoted 1 times
...
c4b65b5
5 months, 2 weeks ago
Selected Answer: E
E is correct.
upvoted 1 times
...
hugodscarvalho
10 months ago
Selected Answer: A
Doc: https://www.databricks.com/blog/2020/06/25/announcing-mlflow-model-serving-on-databricks.html
upvoted 1 times
...
BokNinja
11 months, 1 week ago
The correct answer is A. https://<databricks-instance>/model-serving/recommender/Production/invocations. This URI points to the model named “recommender” that is in the “Production” stage of the MLflow Model Registry on the specified Databricks instance. The /invocations endpoint is used to make prediction requests to the model. Please note that <databricks-instance> should be replaced with the URL of your Databricks instance.
upvoted 2 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 ...