Databricks Machine Learning Associate Question 112
Single answerYou are working on a Databricks project and have logged several MLflow runs to track the performance of your models. You want to locate the exact time when a specific run was executed. Where in the MLflow UI can you find the execution time of a run?
- A
In the 'Start Time' column of the Experiment Runs table
- B
In the 'Metrics' tab of the selected run
- C
In the 'Execution Time' section under the 'Artifacts' tab
- D
In the 'Run Details' page under the run's metadata
Show answer and explanation
Correct answer: A
Explanation
The MLflow UI prominently displays the execution time of runs in the 'Start Time' column within the Experiment Runs table. This allows users to quickly identify when a specific run was executed without needing to navigate into individual run details or tabs.
- A. Correct.
This is correct. The 'Start Time' column in the Experiment Runs table displays the execution time of the run.
- B. Incorrect.
This is incorrect. The 'Metrics' tab shows the logged metrics for the run but does not display the execution time.
- C. Incorrect.
This is incorrect. The 'Execution Time' section does not exist under the 'Artifacts' tab.
- D. Incorrect.
This is incorrect. While the 'Run Details' page contains metadata, it does not display the execution time directly.