Instructions for adding, filtering, and modifying metadata in the app UI.
Type | Descriptions | Filtering |
---|---|---|
DateTime | An ISO 8601 datetime field. All times must be in UTC timezone | Equals, greater than, less than, between |
Number | Floating-point value (max: 64-bit float) | Greater than & less than |
String | free text field. Max 4,096 characters. | Equals & prefix matching |
Enum | Enum field with options. Multiple options can be imported. | Equals |
Option (Enum) | Option of an enum. Max 64 options can be created per Enum type. 128 for enterprise customers and can be further increased upon request. | Equals |
Embedding | 128 float 32 vector used for similarity |
Name | Type | Description |
---|---|---|
tag | String | The tags of the data row |
split | Enum | The split of the dataset that the data row belongs, includingtrain , valid , and test |
captureDateTime | DateTime | The timestamp when the data is captured |
skipNFrames | Number | (Video data only) The number of frames to skip |
Shift
, and then select the last data row. All data rows between the first and last ones are selected.In this example, we select all data rows containing the keyword "happy"
Here, all data rows containing the keyword "happy" are tagged as "Sentiment > Positive"
Here, only data rows with the metadata field "Sentiment" and value "Positive" are displayed.