Ask a question to get started
Enter to send•Shift+Enter new line
update_dataset_splits( self, *, dataset_id: Optional[ID_TYPE] = None, dataset_name: Optional
dataset_id
Optional[Union[UUID, str]]
None
The ID of the dataset to update.
dataset_name
Optional[str]
split_name
str
example_ids
List[Union[UUID, str]]
remove
Optional[bool]
False
Update the splits for a dataset.
The name of the dataset to update.
The name of the split to update.
The IDs of the examples to add to or remove from the split.
If True, remove the examples from the split. If False, add the examples to the split.