models.node.output package#
Subpackages#
Submodules#
models.node.output.output_node module#
- class models.node.output.output_node.OutputNode(parameters: dict)[source]#
Bases:
NodeThis is the base class for all output nodes. It is responsible for validating the parameters that were passed to the node, and for initializing the parameters that were passed to the node. It should not be used directly, but rather, it should be inherited by all output nodes.
- Parameters:
parameters (dict) – The parameters that were passed to the node.