Return a generator of the runs for an experiment, in reverse chronological order.
get_runs_in_experiment(
experiment,
type = NULL,
tags = NULL,
properties = NULL,
include_children = FALSE
)
The Experiment
object.
Filter the returned generator of runs by the provided type.
Filter runs by tags. A named list eg. list("tag" = "value").
Filter runs by properties. A named list eg. list("property" = "value").
By default, fetch only top-level runs. Set to TRUE to list all runs.
The list of runs matching supplied filters.