Intermediate base class for dataset type configuration in PipelineTask.
Definition at line 205 of file config.py.
◆ name
lsst.pipe.base.config._BaseDatasetTypeConfig.name |
|
static |
Initial value:= pexConfig.Field(dtype=str,
doc="name of the DatasetType")
Definition at line 208 of file config.py.
◆ storageClass
lsst.pipe.base.config._BaseDatasetTypeConfig.storageClass |
|
static |
Initial value:= pexConfig.Field(dtype=str,
doc="name of the StorageClass")
Definition at line 210 of file config.py.
The documentation for this class was generated from the following file: