Skip to main content

Class wandb.apis.public.Runs

method Runs.histories()

Return sampled history metrics for all runs that fit the filters conditions.
Arguments
int
The number of samples to return per run
list[str] | None
Only return metrics for specific keys
str
Use this metric as the xAxis defaults to _step
Literal['default', 'pandas', 'polars']
Format to return data in, options are “default”, “pandas”, “polars”
Literal['default', 'system']
“default” for metrics, “system” for machine metrics
Returns
pandas.DataFrame: If format="pandas", returns a pandas.DataFrame of history metrics.

method Paginator.next()

Return the next item from the iterator. When exhausted, raise StopIteration

method Paginator.update_variables()

Update the query variables for the next page fetch.

method Runs.upgrade_to_full()

Upgrade this Runs collection from lazy to full mode. This switches to fetching full run data and upgrades any already-loaded Run objects to have full data. Uses parallel loading for better performance when upgrading multiple runs.