lenskit.pipeline.nodes.Node#

class lenskit.pipeline.nodes.Node[T](name)#

Representation of a single node in a Pipeline.

Changed in version 2026.1: Removed the types attribute.

Stability:
Caller (see Stability Levels).
Parameters:

name (str)

__match_args__ = ('name',)#
name: str#

The name of this node.

__str__()#
Return type:

str