| Name | Type | Description |
|---|---|---|
example_id* | Union[UUID, str] | The ID of the example to update. |
inputs | Optional[Dict[str, Any]] | Default: None |
outputs | Optional[Mapping[str, Any]] | Default: None |
metadata | Optional[Dict] | Default: None |
split | Optional[str | List[str]] | Default: None |
dataset_id | Optional[Union[UUID, str]] | Default: None |
attachments_operations | Optional[AttachmentsOperations] | Default: None |
attachments | Optional[Attachments] | Default: None |
Update a specific example.
The input values to update.
The output values to update.
The metadata to update.
The dataset split to update, such as 'train', 'test', or 'validation'.
The ID of the dataset to update.
The attachments operations to perform.
The attachments to add to the example.