Categories

Versions

Operator Blacklist

To blacklist operators the rapidminer.operator.blacklist property can be used. It should contain a list of comma separated operator keys.

Usage

# Block execute script and cloud service storage. 
rapidminer.operator.blacklist=execute_script,cloud_connectivity:write_dropbox,\
cloud_connectivity:write_amazons3,cloud_connectivity:write_azureblobstorage

Operator keys

The operator keys is shown as class in the XML panel of Altair AI Studio. Start with a new process, add the operator that you want to blacklist into the process panel, select the operator and open the XML panel View > Show Panel > XML. The line with the operator should now be highlighted. The class attribute contains the operator key, which is needed for the blacklist.

Altair AI Studio XML panel with highlighted operator key.