Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 7 Question 61 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 61
Topic #: 7
[All DP-100 Questions]

You run a script as an experiment in Azure Machine Learning.

You have a Run object named run that references the experiment run. You must review the log files that were generated during the experiment run.

You need to download the log files to a local folder for review.

Which two code segments can you run to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: A, E

The run Class get_all_logs method downloads all logs for the run to a directory.

The run Class get_details gets the definition, status information, current log files, and other details of the run.


https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class)

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel