DeferredDatasetRef¶
- class lsst.pipe.base.DeferredDatasetRef(datasetRef: DatasetRef)¶
Bases:
object
A wrapper class for
DatasetRef
that indicates that aPipelineTask
should receive aDeferredDatasetHandle
instead of an in-memory dataset.- Attributes:
- datasetRef
lsst.daf.butler.DatasetRef
The
lsst.daf.butler.DatasetRef
that will be eventually used to resolve a dataset.
- datasetRef
Attributes Summary
The data ID for this dataset.
The dataset type for this dataset.
Attributes Documentation
- dataId¶
The data ID for this dataset.
- datasetType¶
The dataset type for this dataset.