nemo_microservices.types.data_designer.time_delta_sampler_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.time_delta_sampler_params.TimeDeltaSamplerParams(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

dt_max: int#

None

Maximum possible time-delta for sampling range, exclusive.

Must be greater than dt_min.

dt_min: int#

None

Minimum possible time-delta for sampling range, inclusive.

Must be less than dt_max.

reference_column_name: str#

None

Name of an existing datetime column to condition time-delta sampling on.

unit: typing_extensions.Literal[D, h, m, s] | None#

None

Sampling units, e.g. the smallest possible time interval between samples.