DatasetRef¶
- 
class 
lsst.daf.butler.DatasetRef(datasetType, dataId, id=None, run=None)¶ Bases:
objectReference to a Dataset in a
Registry.A
DatasetRefmay point to a Dataset that currently does not yet exist (e.g., because it is a predicted input for provenance).Parameters: - datasetType : 
DatasetType The
DatasetTypefor this Dataset.- dataId : 
dict A
dictofDataUnitlink name, value pairs that label theDatasetRefwithin a Collection.- id : 
int, optional A unique identifier. Normally set to
Noneand assigned byRegistry
- datasetType :