create_dataset_version
Create or update a dataset version: register an S3 file with version type and QA metadata, or modify the QA status of an existing version.
Instructions
Create or update a dataset version.
Create (register an S3 file as a new version — used by the QA pipeline):
Required: version_type (raw | qa_cleaned | training), file_url (s3:// URL),
qa_metadata (freeform JSON with QA results).
Update (change qa_status on an existing version):
Required: version_id, qa_status (pending | in_progress | ready | blocked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| dataset_id | Yes | ||
| version_type | No | ||
| file_url | No | ||
| qa_metadata | No | ||
| version_id | No | ||
| qa_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||