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

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 3 question 181 discussion

Actual exam question from Microsoft's DP-100
Question #: 181
Topic #: 3
[All DP-100 Questions]

You have an Azure Machine Learning workspace named WS1.

You plan to use Azure Machine Learning SDK v2 to register a model as an asset in WS1 from an artifact generated by an MLflow run. The artifact resides in a named output of a job used for the model training.

You need to identify the syntax of the path to reference the model when you register it.

Which syntax should you use?

  • A. t//model/
  • B. azureml://registries
  • C. mlflow-model/
  • D. azureml://jobs/
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
D0ktor
2 days, 1 hour ago
Selected Answer: D
D Correct
upvoted 1 times
...
evangelist
5 months ago
Selected Answer: D
The correct syntax to reference the model when registering it from an MLflow run artifact in Azure Machine Learning SDK v2 is: D. azureml://jobs/ Here's why: In Azure Machine Learning SDK v2, when you want to register a model from a job output, you use the "azureml://" URI scheme. The "jobs/" part indicates that you're referring to a job output. The full path would typically look something like this: azureml://jobs/<job-name>/outputs/<output-name>/artifacts/<artifact-path>
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 ...