Dataset

A Dataset contains any number of Datafiles along with the following metadata:

  • name
  • tags

The files are stored in a FilterSet, meaning they can be easily filtered according to any attribute of the Datafile instances it contains.

Filtering files in a Dataset

You can filter a Dataset’s files as follows:

You can also chain filters indefinitely:

Find out more about FilterSets here, including all the possible filters available for each type of object stored on an attribute of a FilterSet member, and how to convert them to primitive types such as set or list.