Microsoft
DP-100 · Question #144
You use the Azure Machine Learning service to create a tabular dataset named training_data. You plan to use this dataset in a training script. You create a variable that references the dataset using t
Sign in or unlock DP-100 to reveal the answer and full explanation for question #144. The question stem and answer options stay visible for context.
Explore data, and run experiments
Question
You use the Azure Machine Learning service to create a tabular dataset named training_data. You plan to use this dataset in a training script. You create a variable that references the dataset using the following code: training_ds = workspace.datasets.get("training_data") You define an estimator to run the script. You need to set the correct property of the estimator to ensure that your script can access the training_data dataset. Which property should you set?
Options
- Aenvironment_definition = {"training_data":training_ds}
- Binputs = [training_ds.as_named_input('training_ds')]
- Cscript_params = {"--training_ds":training_ds}
- Dsource_directory = training_ds
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 SDK#Datasets#Training Run Configuration#Data Input