Skip to content

Parameters

Container for processing function parameters with numpy array support.

This class stores parameters passed to time series processing functions,
automatically handling complex data types like numpy arrays, nested objects,
and custom classes. It provides serialization capabilities while preserving
the ability to reconstruct original parameter values.

The class is particularly useful for maintaining reproducible processing
pipelines where parameter values need to be stored as metadata alongside
processed time series data.

Field Definitions

Field Type Required Default Description

Detailed Field Descriptions