Microsoft
DP-100 · Question #409
You are developing a two-step Azure Machine Learning pipeline by using the Azure Machine Learning SDK for Python. You need to register the output of the pipeline as a new version of a named dataset af
Sign in or unlock DP-100 to reveal the answer and full explanation for question #409. The question stem and answer options stay visible for context.
Explore data and run experiments
Question
You are developing a two-step Azure Machine Learning pipeline by using the Azure Machine Learning SDK for Python. You need to register the output of the pipeline as a new version of a named dataset after the run has been completed. What should you implement?
Options
- Athe as_input method of the OutputDatasetConfig class
- Bthe register_on_complete method of the OutputDatasetConfig class
- Cthe as_mount method of the DatasetConsumptionConfig class
- Dthe as_download method of the DatasetConsumptionConfig class
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure ML Pipelines#Dataset Registration#Python SDK#Pipeline Output