dataset_upload_folder
Upload a local image folder as a zip to a dataset via the signed-upload flow. Optionally set target split or conflict policy, then get the queued job ID to track ingest status.
Instructions
Upload a local image folder as a zip through the signed-upload flow for a dataset by slug, owner/slug, or a ul://owner/datasets/slug URI. Defaults conflictPolicy to skip (the platform default is undocumented). Reports the queued job id with the dataset's current ingest status; use datasets_get to follow up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset ref by slug, owner/slug, or a ul://owner/datasets/slug URI. | |
| folder_path | Yes | Local path to image folder. | |
| targetSplit | No | Target split for new images. Rejected if the folder itself has train/val/test subdirectories; use one or the other, not both. | |
| conflictPolicy | No | Conflict policy, e.g. "skip" (default), "keep_both", or "replace". Server-validated. |