AnnotationSetAttrs

class of dascore.core.annotations
inherits from: dascore.core.annotations._AnnotationModel, DascoreBaseModel, pydantic.main.BaseModel
source

AnnotationSetAttrs(
    dims: tuple[str, …] ,
    creation_info: CreationInfo = ,
    acquisition_key: str = ““,
    history: tuple[str, …] = (),
    columns: collections.abc.Mapping[str, AnnotationColumn] = ,
)-> None

The attributes of an annotation set: what it describes and how.