TaskInitKey

class lsst.pipe.base.quantum_graph_skeleton.TaskInitKey(task_label: str)

Bases: object

Identifier type for task init keys in a QuantumGraphSkeleton.

Attributes Summary

is_task

Whether this node represents a quantum or task initialization rather than a dataset (always True).

task_label

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.