bulk_reject_candidates
Reject multiple pattern mining candidates at once by specifying IDs or a type prefix, such as rejecting all entity extractions to clean up memory.
Instructions
Bulk reject multiple mining candidates at once.
Provide either pattern_ids (list of specific IDs) OR pattern_type_prefix (e.g., 'entity_' to reject all entity extractions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern_ids | No | List of pattern IDs to reject | |
| pattern_type_prefix | No | Reject patterns whose type starts with this prefix (e.g., 'entity_' matches entity_misc, entity_person, entity_org) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||