utility:remove unnecessary labels
Version: 0.0.0
Description
Removes the selected label from a fields container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -1 | permissive | bool | If true, the operator does not throw an error if the label to be removed has more than one entry. |
| Pin 0 Required | fields_container | fields_container | Fields Container with the label to be removed. |
| Pin 1 Required | label_to_remove | string | Label to be removed from the fields container. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| read_inputs_in_parallel | bool | false | If this option is set to true, the operator's inputs will be evaluated in parallel. |
Scripting
Category: utility
Plugin: core
Scripting name: remove_unnecessary_labels
Full name: utility.remove_unnecessary_labels
Internal name: remove_unnecessary_label
License: None
Changelog
- Version 0.0.0: Initial release.