ids.json
The ids.json
file is passed to custom AI labeling blocks. It lists the data sample IDs to operate on as integers.
File structure
{
"ids": [ <id>, <id>, ..., <id> ]
}
File example
{
"ids": [ 1440653288, 1440653283, ..., 1440653252 ]
}
Last updated
Was this helpful?