The REST step is used to call external REST enrichment steps. You would have typically set up the Python REST Service which ships with the product, and may be either using some of our out of the box steps or you may have written your own steps.
If you have multiple rest steps, each one must have a unique name.
Select the enter name text box.
Enter a name or description for this step.
Select the apply this name button.
If you need to change this at any point you can select the edit this name button.
classify - Classify documents based on our machine learning capability.
phrases - Extract phrases, topics and concepts from text.
summary - Generate a summary for a document.
hugginfacener - Extract people, organistions and locations from text.
entity_mapper - Map entities to normalised values.
language - Determine the language of text.
spacyner - Extact named entities with spacy.
Please see the Python REST Service installation and configuration guide for how to configure each step.
Select Show Advanced Options
Define the maximum number of items to process concurrently in Bounded Capacity.
Define the maximum number of items that can be queued.
Limiting either of these will reduce the memory use but increase the time taken.