# UpdateEvalDatasetRequest
## Properties
**path** | Option<**String**> | Renames the dataset. Its cases and experiments follow through the foreign keys, so a rename keeps the history it already has. | [optional]
**summary** | Option<**String**> | Left out to keep the stored summary; sent as \"\" to clear it. | [optional]
**scorers** | Option<[**Vec<models::Scorer>**](Scorer.md)> | Left out to keep the dataset's columns as they are; sent to replace them wholesale. | [optional]
**cases** | Option<[**Vec<models::SaveEvalCase>**](SaveEvalCase.md)> | The cases as they should stand afterwards: all of them, each carrying its id if the dataset already has it. Sent with the rest of an edit so that a rename the dataset refuses refuses the case edits with it. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)