Datasets

Create/update dataset items

Create/update dataset items based on dataset item id. Each item's 'id' field is the stable identifier and upsert key. Provide it to update an existing item, or omit it to create a new one.

put/v1/private/datasets/items

Request body

dataset_namestring

If null, dataset_id must be provided

dataset_idstring uuid

If null, dataset_name must be provided

project_namestring

Optional. Associates the batch with a project by name. Ignored if project_id is provided.

project_idstring uuid

Optional. Associates the batch with a project by ID. Takes precedence over project_name.

batch_group_idstring uuid

Optional batch group ID to group multiple batches into a single dataset version. If null, mutates the latest version instead of creating a new one.

Response

No content

Changes