lenskit.pipeline.nodes.ComponentInstanceNode ============================================ .. py:class:: lenskit.pipeline.nodes.ComponentInstanceNode[T](name, component) Bases: :py:obj:`ComponentNode`\ [\ :py:obj:`T`\ ] A node storing a component. This is an abstract node class; see subclasses :class:`ComponentConstructorNode` and `ComponentInstanceNode`. :Stability: Internal .. py:attribute:: __match_args__ :value: ('name', 'component') .. py:attribute:: component :type: lenskit.pipeline.components.Component[T] | lenskit.pipeline.components.PipelineFunction[T] .. py:property:: inputs