ParsedButlerDatasetURI#
- class lsst.daf.butler.ParsedButlerDatasetURI(label: str, dataset_id: UUID, uri: str)#
Bases:
objectRepresentation of the contents of an IVOA IVOID or dataset URI.
Attributes Summary
Dataset ID of the referenced dataset within the labeled repository.
Label of the associated butler repository.
The original URI that was parsed (
str).Attributes Documentation
- dataset_id: UUID = <dataclasses._MISSING_TYPE object>#
Dataset ID of the referenced dataset within the labeled repository. (
uuid.UUID)
- label: str = <dataclasses._MISSING_TYPE object>#
Label of the associated butler repository. (
str)
- uri: str = <dataclasses._MISSING_TYPE object>#
The original URI that was parsed (
str).