Introduction to Datasets
In the Indico platform, you can use the Datasets module to create and interact with datasets. Each dataset groups together samples of data that can then be used to train models.
The Indico SDKs offer several different ways to interact with datasets:
- Creating a Dataset
- CreateDataset
- Dataset (Type)
- OcrEngine (Type/Enum)
- OmnipageOcrOptionsInput (Type)
- ReadApiOcrOptionsInput (Type)
- Get Dataset File Status
- GetDatasetFileStatus
- List Datasets
- ListDatasets
- Deleting a Dataset
- DeleteDataset
- Add Dataset Files
- AddDatasetFiles
- Remove Dataset Files
- RemoveDatasetFile
Updated about 1 year ago
What’s Next
After uploading your data into datasets, the next step is to create workflows based on your datasets