SerializedDimensionConfig

final class lsst.daf.butler.SerializedDimensionConfig(*, version: int = 0, namespace: str = 'daf_butler', skypix: ~lsst.daf.butler.dimensions._config._SkyPixSectionConfig, elements: dict[str, lsst.daf.butler.dimensions._config._ElementConfig] = <factory>, topology: ~lsst.daf.butler.dimensions._config._TopologySectionConfig = <factory>)

Bases: BaseModel

Configuration that describes a complete dimension data model.

Attributes Summary

model_config

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].