lenskit.schemas.pipeline.PipelineInput ====================================== .. py:class:: lenskit.schemas.pipeline.PipelineInput Bases: :py:obj:`pydantic.BaseModel` Spcification of a pipeline input. :Stability: Full .. py:attribute:: name :type: str The name for this input. .. py:attribute:: types :type: set[str] | None The list of types for this input.