DP-100 · Question #245
DP-100 Question #245: Real Exam Question with Answer & Explanation
Sign in or unlock DP-100 to reveal the answer and full explanation for question #245. The question stem and answer options stay visible for context.
Question
You plan to run a Python script as an Azure Machine Learning experiment. The script contains the following code: You must specify a file dataset as an input to the script. The dataset consists of multiple large image files and must be streamed directly from its source. You need to write code to define a ScriptRunConfig object for the experiment and pass the ds dataset as an argument. Which code segment should you use?
Options
- Aarguments = ['--input-data', ds.to_pandas_dataframe()]
- Barguments = ['--input-data', ds.as_mount()]
- Carguments = ['--data-data', ds]
- Darguments = ['--input-data', ds.as_download()]
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.