Create Augmentation Job
Start a new dataset augmentation job.
Applies deterministic transforms (lighting, noise, blur, occlusion) to a HuggingFace dataset and uploads the augmented result. The GPU instance is auto-selected based on the augmentation type.
Generative augmentation (Cosmos Transfer2.5) is currently disabled and will return 400 if requested.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Request Body required
Section titled “Request Body required ”Request to start a dataset augmentation job.
object
Project ID to associate the job with
HuggingFace dataset ID to augment
‘deterministic’ applies fast CPU transforms (lighting, noise, blur, occlusion). ‘generative’ uses Cosmos Transfer2.5 to re-render frames in a target environment (currently disabled).
Comma-separated transforms: lighting, noise, blur, occlusion
‘stacked’ applies all transforms to each copy. ‘independent’ creates one copy per transform.
Number of augmented copies per episode (when dataset_mode=copy)
‘copy’ adds augmented copies to the original dataset. ‘inplace’ replaces the originals with augmented versions.
Responses
Section titled “ Responses ”Augmentation job created successfully
Invalid request parameters
Standard error response.
object
Error message describing what went wrong
Invalid or missing API key
Standard error response.
object
Error message describing what went wrong
Validation error