Intermediate base class for dataset type configuration in PipelineTask.
Definition at line 212 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 215 of file config.py.
◆ nameTemplate
lsst.pipe.base.config._BaseDatasetTypeConfig.nameTemplate |
|
static |
Initial value:= pexConfig.Field(dtype=str,
default='',
optional=True,
doc=("Templated name of string, used to set name "
"field according to a shared substring when "
"formatTemplateNames is called"))
Definition at line 219 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 217 of file config.py.
The documentation for this class was generated from the following file: