windmill-api 1.796.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UpdateEvalDatasetRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)