lenskit.schemas.pipeline.PipelineHook ===================================== .. py:class:: lenskit.schemas.pipeline.PipelineHook Bases: :py:obj:`pydantic.BaseModel` A single entry in a pipeline's hook configuration. .. py:attribute:: function :type: str .. py:attribute:: priority :type: Annotated[int, Predicate(lambda x: x != 0)] :value: 1