fetch_series()
Python package: neptune-fetcher
Parameters
Name | Type | Default | Description |
---|---|---|---|
runs | Union[str, Filter] | - | A filter specifying which experiments to include:
|
attributes | Union[str, AttributeFilter] | - | A filter specifying which attributes to include in the table:
|
include_time | Literal["absolute"] , optional | None | Whether to include absolute timestamp. If set, each metric column has an additional sub-column with requested timestamp values. |
step_range | Tuple[float, float] | None | A tuple specifying the range of steps to include. Can represent an open interval. |
lineage_to_the_root | bool | True | If True , includes all points from the complete experiment history. If False , only includes points from the selected experiment. |
tail_limit | int , optional | None | From the tail end of each series, how many points to include at most. |
context | Context | None | Which project and API token to use for the fetching operation. Useful for switching projects. |