Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 965 Bytes

File metadata and controls

19 lines (14 loc) · 965 Bytes

DatasetRunWithItems

Properties

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

[Back to Model list] [Back to API list] [Back to README]