lenskit.pipeline.nodes.ComponentInstanceNode#

class lenskit.pipeline.nodes.ComponentInstanceNode[T](name, component)#

Bases: ComponentNode[T]

A node storing a component. This is an abstract node class; see subclasses ComponentConstructorNode and ComponentInstanceNode.

Stability:
Internal (see Stability Levels).
Parameters:
__match_args__ = ('name', 'component')#
component: lenskit.pipeline.components.Component[T] | lenskit.pipeline.components.PipelineFunction[T]#
property inputs#