Return a generator of the runs for an experiment
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 )
experiment |
The |
type |
Filter the returned generator of runs by the provided type. |
tags |
Filter runs by tags. A named list eg. list("tag" = "value"). |
properties |
Filter runs by properties. A named list eg. list("property" = "value"). |
include_children |
By default, fetch only top-level runs. Set to TRUE to list all runs. |
The list of runs matching supplied filters.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.