TaskInitKey#
- class lsst.pipe.base.quantum_graph_skeleton.TaskInitKey(task_label: str)#
Bases:
objectIdentifier type for task init keys in a
QuantumGraphSkeleton.Attributes Summary
Whether this node represents a quantum or task initialization rather than a dataset (always
True).Label of the task in the pipeline.
Attributes Documentation
- is_task: ClassVar[Literal[True]] = True#
Whether this node represents a quantum or task initialization rather than a dataset (always
True).
- task_label: str#
Label of the task in the pipeline.