Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In the MLflow UI, you need to locate the time a specific run was executed. Describe the steps you would take to find this information, and explain how this feature can be useful in understanding the execution timeline of runs.
A
Click on the run in the Experiments page to view its details, and find the 'Execution Time' field in the run's information.
B
Go to the 'Runs' page, find the run, and hover over the run's name to see a tooltip with the execution time.
C
Use the MLflow Client API to query the run and retrieve its execution time.
D
Manually inspect the run's logs and search for the timestamp indicating when the run started.