SDK Ref
FilterPreset
FilterPreset Objects
Represents preset in Index. Preset is a group of filters persisted which can be re-used for faster data curation.
uuid
Get the preset uuid (i.e. the preset ID).
Returns:
str
- The preset uuid.
name
Get the preset name
Returns:
str
- The preset name.
description
Get the preset description
Returns:
Optional[str]
- The preset description.
created_at
Get the preset creation timestamp
Returns:
Optional[datetime]
- The preset creation timestamp.
last_updated_at
Get the preset last update timestamp
Returns:
Optional[datetime]
- The preset last update timestamp.
Was this page helpful?