| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Ping. Please review. |
Sorry, something went wrong.
Listing datasets only includes a subset of the properties available on a dataset. The DatasetListItem class is used to explicitly document which features are available and to prevent confusion from trying to use the resulting object in other contexts, like updating.
| :rtype: str | ||
| :returns: the project. | ||
| """ | ||
| return self._properties.get('datasetReference').get('projectId') |
| :rtype: str | ||
| :returns: the dataset ID. | ||
| """ | ||
| return self._properties.get('datasetReference').get('datasetId') |
| :rtype: dict, {str -> str} | ||
| :returns: A dict of the the dataset's labels. | ||
| """ | ||
| return self._properties['labels'] |
| Back | FazBrowse Home | New Git URL |
Listing datasets only includes a subset of the properties available on a
dataset. The DatasetListItem class is used to explicitly document which
features are available and to prevent confusion from trying to use the
resulting object in other contexts, like updating.
Closes #4373.