lenskit.pipeline.config.PipelineHook ==================================== .. py:class:: lenskit.pipeline.config.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 .. py:method:: from_entry(hook) :classmethod: