CollectionInfo¶
- class lsst.daf.butler.CollectionInfo(*, name: str, type: CollectionType, doc: str = '', children: tuple[str, ...] = (), parents: frozenset[str] | None = None, dataset_types: frozenset[str] | None = None)¶
Bases:
BaseModel
Information about a single Butler collection.
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict
][pydantic.config.ConfigDict].Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [
ConfigDict
][pydantic.config.ConfigDict].