Tool Reference
Processing
Prepare training-ready data with tools for merging datasets, removing unlabeled items, applying augmentation transforms, and exporting to 20+ industry formats. All processing runs asynchronously on serverless GPU infrastructure — use job tracking tools to monitor progress.
merge_datasets
Async JobMerge multiple datasets of the same type into one. Automatically detects dataset type (classification, detection, segmentation, keypoints, OCR, video, 3D, vision-language, image-to-image) and routes to the appropriate merge function with intelligent class reindexing.
Parameters
dataset_namestringadditional_dataset_pathslist[string]output_folderstringclass_mappingdictbranch_namestringReturns
Job ID. When complete, the merged dataset is available under the specified name with all classes reindexed.
Example prompt
“Merge "cars-v1" and "cars-v2" into a new dataset called "cars-combined"”
clean_dataset
Async JobRemove items (images, videos, or 3D assets) that have no labels from a dataset. Automatically detects dataset type and routes to the appropriate handler. Useful for removing unlabeled data before training.
Parameters
dataset_namestringbranch_namestringReturns
Job ID. When complete, a new version of the dataset is created with unlabeled items removed.
Example prompt
“Clean my retail-detection dataset by removing all unlabeled images”
augment_dataset
Async JobAugment any dataset type by applying transformations. Can target specific classes and control the number of augmented copies per image.
Parameters
dataset_namestringaugmentation_typeslist[string]augmentation_paramsdictnum_augmentationsintclasseslist[string]branch_namestringReturns
Job ID. When complete, augmented images and labels are added to the dataset.
Example prompt
“Augment my PPE dataset with horizontal flip, rotation, and brightness adjustments — 3 copies per image”
export_dataset
Async JobExport a dataset to a specific format for download. Checks the export library for cached exports first. Supports 20+ formats across all dataset types.
Parameters
dataset_namestringexport_formatstringsplitslist[string]branch_namestringforce_newbooleanReturns
Job ID. When complete, returns a download URL for the exported archive.
Example prompt
“Export my safety-helmet dataset in YOLO format”
Supported export formats
yolococovockittiyolo_segcoco_segmaskscoco_keypointsyolo_posefoldercsvclassificationjsoncaptionvqapairedpix2pixtrackingplyobjstlgltfhuggingfaceAugmentation transforms
horizontal_flipvertical_fliprotatebrightnesscontrastsaturationblurnoisecropresize