List of questions
Related questions
Question 114 - DP-100 discussion
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?
A.
files = run.get_properties()
B.
files= run.get_file_names()
C.
files = run.get_details_with_logs()
D.
files = run.get_metrics()
E.
files = run.get_details()
Your answer:
0 comments
Sorted by
Leave a comment first