Skip to main content
App version: 3.4.11

fetch_series()

Python package: neptune-fetcher

Parameters

NameTypeDefaultDescription
runsUnion[str, Filter]-A filter specifying which experiments to include:
  • a regex that the experiment name must match, or
  • a Filter object.
attributesUnion[str, AttributeFilter]-A filter specifying which attributes to include in the table:
  • a regex that the attribute name must match, or
  • an AttributeFilter object.
include_timeLiteral["absolute"], optionalNoneWhether to include absolute timestamp. If set, each metric column has an additional sub-column with requested timestamp values.
step_rangeTuple[float, float]NoneA tuple specifying the range of steps to include. Can represent an open interval.
lineage_to_the_rootboolTrueIf True, includes all points from the complete experiment history. If False, only includes points from the selected experiment.
tail_limitint, optionalNoneFrom the tail end of each series, how many points to include at most.
contextContextNoneWhich project and API token to use for the fetching operation. Useful for switching projects.