Disable multiple samples
Last updated
Was this helpful?
Last updated
Was this helpful?
Disables samples, ensuring that they are excluded from the dataset. Depending on the number of affected samples this will either execute immediately or return the ID of a job that will perform this action in batches.
/api/{projectId}/raw-data/batch/disable-samples
Project ID
Which of the three acquisition categories to retrieve data from
training
, testing
, anomaly
Only include samples with a label within the given list of labels, given as a JSON string
["idle", "snake"]
Only include samples whose filename includes the given filename
Only include samples shorter than the given length, in milliseconds
Only include samples longer than the given length, in milliseconds
Only include samples with higher frequency than given frequency, in hertz
Only include samples with lower frequency than given frequency, in hertz
Include samples with either valid or invalid signatures
both
, valid
, invalid
Include only enabled or disabled samples (or both)
both
, enabled
, disabled
Only include samples with an ID within the given list of IDs, given as a JSON string
[1, 2, 3]
Exclude samples with an ID within the given list of IDs, given as a JSON string
[4, 5, 6]
Only include samples with a label >= this value
Only include samples with a label < this value
Search query
<id> <name>