lenskit.pipeline.components.ComponentInput ========================================== .. py:class:: lenskit.pipeline.components.ComponentInput Representation of a component input slot. .. py:attribute:: name :type: str .. py:attribute:: type :type: ComponentInput.type | None :value: None .. py:attribute:: is_lazy :type: bool :value: False .. py:attribute:: accepts_none :type: bool :value: False .. py:attribute:: has_default :type: bool :value: False