api.assets.DataRequest#

class datagen.api.assets.DataRequest(*, datapoints: List[HumanDatapoint])#

This class represents a list of datapoints.

Use the datagen.api.dump() function to convert this class into a .json request file. You can then upload that file to our platform.

datapoints: List[HumanDatapoint]#

The list of datapoints in this data request.