Databricks Machine Learning Associate Question 113
Single answerYou are using MLflow to track experiments in Databricks. You need to locate the exact time a specific run was executed using the MLflow UI. Where can you find this information?
- A
In the 'Run Name' column of the experiments table
- B
In the 'Start Time' column of the experiments table
- C
Within the 'Tags' section of the specific run's details page
- D
In the 'Metrics' section of the specific run's details page
Show answer and explanation
Correct answer: B
Explanation
To locate the time a run was executed in the MLflow UI, you can check the 'Start Time' column in the experiments table. This column provides the exact timestamp of when the run started, which is the most direct and accurate way to find this information within the MLflow interface.
- A. Incorrect.
The 'Run Name' column in the experiments table shows the name of the run, not the time it was executed.
- B. Correct.
The 'Start Time' column in the experiments table displays the exact time when the run was executed, making it the correct option.
- C. Incorrect.
The 'Tags' section contains metadata about the run, but it does not show the execution time.
- D. Incorrect.
The 'Metrics' section shows recorded metrics for the run but does not include the time the run was executed.