Ultimate access to all questions.
You use the following code to run a script as an experiment in Azure Machine Learning:
run = exp.start_logging()
run.log('Test', 1)
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?