Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.1 KB

File metadata and controls

22 lines (18 loc) · 1.1 KB

DataSearchDTO

Properties

Name Type Description Notes
start_date str start date [optional]
end_date str end date [optional]
timezone str to specify if the offset is not in the date and if the timezone is different from the default one [optional]
experiments list[str] [optional]
targets list[str] [optional]
variables list[str] [optional]
devices list[str] [optional]
provenances list[str] [optional]
min_confidence float confidence index [optional]
max_confidence float confidence index [optional]
metadata str key-value system to store additional information that can be used to query data [optional]
mode str format wide or long [optional]
with_raw_data bool export also raw_data [optional]

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