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.