Create and manage datasets
Get your list of datasets
datasets = textual.get_all_datasets()Create and add files to a dataset
dataset = textual.create_dataset('<dataset name>')dataset.add_file('<path to file>','<file name>') dataset.add_file('<file name>',<file bytes>) Configure a dataset
Get the current status of dataset files
Get lists of files by status
Delete a file from a dataset
Get redacted content for a dataset
Last updated
Was this helpful?