Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What are the correct methods to query past runs programmatically in MLflow using the MlflowClient object?
A
client.find_runs(experiment_id)
B
client.search_runs(experiment_id)
C
client.query_runs(experiment_id)
D
client.list_runs(experiment_id)
E
client.get_past_runs(experiment_id)