Filter
Data filtering APIs
The Filter API provides methods for creating and managing data filters in the Elements platform. Filters allow you to define expressions that filter computation results based on data attributes.
Filter Concepts
Filters use expressions written in a filter language to define conditions that data must match. Filters can be applied to computations to reduce the result set based on specific criteria.
Available Methods
| Method | Description |
|---|---|
| filter.create() | Create a new filter |
| filter.list() | List filters |
| filter.delete() | Delete filters |
| filter.create_mapping() | Map a filter to a computation |
| project_filter.create_mapping() | Map a filter to a project analysis |
Updated 5 months ago