dataset_upload_file
Upload a local dataset archive to Ultralytics Platform with optional target split and conflict policy, returning a job ID for follow-up.
Instructions
Upload a local dataset archive 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. | |
| file_path | Yes | Local path to dataset archive file. | |
| targetSplit | No | Target split for new images (overrides archive structure). | |
| conflictPolicy | No | Conflict policy, e.g. "skip" (default), "keep_both", or "replace". Server-validated. |