Get in touch
Get in touch

Dataset

Dataset(name, project, account, is_private, is_restricted, classes)

Represents a dataset within a DataGraphs project.
Properties
NameTypeDescription
namestrThe dataset name
accountstrThe account name
projectstrThe project name
is_privateboolWhether the dataset is private
is_restrictedboolWhether the dataset has restricted access
classeslist[str]The class names belonging to this dataset
idstrThe auto-generated URN identifier (e.g. ``'urn:project:dataset-slug'``)
slugstrThe slug portion of the dataset ID
Properties
NameTypeAttributesDefaultDescription
namestrDataset name.
projectstrProject name.
accountstr<optional>''Account name.
is_privatebool<optional>TrueWhether the dataset is private.
is_restrictedbool<optional>FalseWhether the dataset has restricted access.
classeslist[str] | None<optional>List of class names belonging to this dataset.