Represents preset in Index. Preset is a group of filters persisted which can be reused for faster data curation.
Get the preset uuid (i.e. the preset ID).
Returns:
str
- The preset uuid.Get the preset name
Returns:
str
- The preset name.Get the preset description
Returns:
Optional[str]
- The preset description.Get the preset creation timestamp
Returns:
Optional[datetime]
- The preset creation timestamp.Get the preset last update timestamp
Returns:
Optional[datetime]
- The preset last update timestamp.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.Represents preset in Index. Preset is a group of filters persisted which can be reused for faster data curation.
Get the preset uuid (i.e. the preset ID).
Returns:
str
- The preset uuid.Get the preset name
Returns:
str
- The preset name.Get the preset description
Returns:
Optional[str]
- The preset description.Get the preset creation timestamp
Returns:
Optional[datetime]
- The preset creation timestamp.Get the preset last update timestamp
Returns:
Optional[datetime]
- The preset last update timestamp.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.