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
ComponentConstructorNodeand ComponentInstanceNode.- Stability:
- Internal (see Stability Levels).
- Parameters:
name (str)
component (lenskit.pipeline.components.Component[T] | lenskit.pipeline.components.PipelineFunction[T])
- __match_args__ = ('name', 'component')#
- component: lenskit.pipeline.components.Component[T] | lenskit.pipeline.components.PipelineFunction[T]#
- property inputs#