
Ultimate access to all questions.
You are preparing to execute a Python script as an Azure Machine Learning experiment. The script is required to read files from a hierarchical folder structure, which will be provided to the script as a dataset input argument.
You need to select a suitable mode for this dataset argument. Which two modes should you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
A
to_pandas_dataframe()
B
as_download()_
C
as_upload()_
D
as_mount()_