MicrosoftMicrosoft
DP-100 · Question #135
DP-100 Question #135: Real Exam Question with Answer & Explanation
Sign in or unlock DP-100 to reveal the answer and full explanation for question #135. The question stem and answer options stay visible for context.
Explore data and run experiments
Question
You use the following code to run a script as an experiment in Azure Machine Learning: You must identify the output files that are generated by the experiment run. You need to add code to retrieve the output file names. Which code segment should you add to the script?
Options
- Afiles = run.get_properties()
- Bfiles= run.get_file_names()
- Cfiles = run.get_details_with_logs()
- Dfiles = run.get_metrics()
- Efiles = run.get_details()
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 Machine Learning#Experiment tracking#Run management#Output files