DeferredDatasetRef¶
- class lsst.pipe.base.DeferredDatasetRef(datasetRef: DatasetRef)¶
- Bases: - object- A wrapper class for - DatasetRefthat indicates that a- PipelineTaskshould receive a- DeferredDatasetHandleinstead of an in-memory dataset.- Attributes:
- datasetReflsst.daf.butler.DatasetRef
- The - lsst.daf.butler.DatasetRefthat 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.