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.
update_preset
Update the preset’s definition.
Arguments:
name
Optional[str] - The new name for the preset.description
Optional[str] - The new description for the preset.filter_preset_json
Optional[dict] - The new filters for the preset in their raw json format.
Was this page helpful?