notes_pipeline.models.params

notes_pipeline.models.params#

Parameters for the data pipeline.

Module Contents#

Classes#

Params

Project parameters.

Data#

PARAMS

All project parameters, including paths.

PATHS

All project paths.

API#

class notes_pipeline.models.params.Params(
/,
**data: typing.Any,
)#

Bases: pydantic.BaseModel

Project parameters.

Initialization

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

paths: notes_pipeline.models.paths.Paths#

‘Field(…)’

notes_pipeline.models.params.PARAMS#

‘Params(…)’

All project parameters, including paths.

notes_pipeline.models.params.PATHS#

None

All project paths.