| Name | Type | Description | Notes |
|---|---|---|---|
| dataset_run_items | Vecmodels::DatasetRunItem | ||
| id | String | Unique identifier of the dataset run | |
| name | String | Name of the dataset run | |
| description | Option<String> | Description of the run | [optional] |
| metadata | Option<serde_json::Value> | Metadata of the dataset run | [optional] |
| dataset_id | String | Id of the associated dataset | |
| dataset_name | String | Name of the associated dataset | |
| created_at | String | The date and time when the dataset run was created | |
| updated_at | String | The date and time when the dataset run was last updated |