dataset_ingest
Start a remote dataset ingest job by providing a dataset reference and source archive URL. Configure conflict policy and target split, then retrieve the queued job ID for status follow-up.
Instructions
Start a remote URL ingest job 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. | |
| sourceUrl | Yes | Remote dataset archive or NDJSON URL. | |
| targetSplit | No | Target split for new images (overrides archive structure). | |
| conflictPolicy | No | Conflict policy, e.g. "skip" (default), "keep_both", or "replace". Server-validated. |