lenskit.schemas.pipeline.PipelineComponent#
- class lenskit.schemas.pipeline.PipelineComponent#
Bases:
pydantic.BaseModelSpecification of a pipeline component.
- code: str#
The path to the component’s implementation, either a class or a function. This is a Python qualified path of the form
module:name.
- config: collections.abc.Mapping[str, pydantic.JsonValue] | None = None#
The component configuration. If not provided, the component will be created with its default constructor parameters.