Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are developing a two-step Azure Machine Learning pipeline with the Azure Machine Learning SDK for Python.
You must register the pipeline's output as a new version of a named dataset after the pipeline run completes.
What should you implement?
A
the as_input method of the OutputDatasetConfig class
B
the register_on_complete method of the OutputDatasetConfig class
C
the as_mount method of the DatasetConsumptionConfig class
D
the as_download method of the DatasetConsumptionConfig class