Dataset(name, project, account, is_private, is_restricted, classes)
Represents a dataset within a DataGraphs project.
Properties
| Name | Type | Description |
|---|
name | str | The dataset name |
account | str | The account name |
project | str | The project name |
is_private | bool | Whether the dataset is private |
is_restricted | bool | Whether the dataset has restricted access |
classes | list[str] | The class names belonging to this dataset |
id | str | The auto-generated URN identifier (e.g. ``'urn:project:dataset-slug'``) |
slug | str | The slug portion of the dataset ID |
Properties
| Name | Type | Attributes | Default | Description |
|---|
name | str | | | Dataset name. |
project | str | | | Project name. |
account | str | <optional> | '' | Account name. |
is_private | bool | <optional> | True | Whether the dataset is private. |
is_restricted | bool | <optional> | False | Whether the dataset has restricted access. |
classes | list[str] | None | <optional> | | List of class names belonging to this dataset. |