SerializedFileDataset¶
- class lsst.daf.butler.SerializedFileDataset(*, refs: dict[uuid.UUID, lsst.daf.butler._dataset_ref.MinimalistSerializableDatasetRef], path: str, formatter: str | None = None)¶
Bases:
BaseModel
Serializable format of
FileDataset
object.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].