Designing and Implementing a Data Science Solution on Azure — Question 136
You have an Azure Machine Learning workspace.
You plan to run a job to train a model as an MLflow model output.
You need to specify the output mode of the MLflow model.
Which three modes can you specify? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. rw_mount
- B. ro_mount
- C. upload
- D. download
- E. direct
Correct answer: A, C, E
Explanation
The correct options A (rw_mount), C (upload), and E (direct) are valid output modes for MLflow models in Azure Machine Learning. Option B (ro_mount) and D (download) are not recognized modes for specifying MLflow model outputs, making them incorrect choices.