api.load()#
- datagen.api.load(path: str) DataRequest #
Creates a DataRequest object from an existing JSON file.
- Parameters:
path (str) – The path to the JSON file.
- Returns:
A DataRequest object containing all of the datapoints in the loaded file.
- Return type: