toxic_or_not_toxic
Note
ID: catalog.processors.toxic_or_not_toxic | Type: SequentialOperator
{
"steps": [
{
"field": "prediction",
"process_every_value": false,
"string": "toxic",
"type": "string_or_not_string"
},
{
"field": "references",
"process_every_value": true,
"string": "toxic",
"type": "string_or_not_string"
}
],
"type": "sequential_operator"
}
Explanation about SequentialOperator
A class representing a sequential operator in the streaming system.
A sequential operator is a type of MultiStreamOperator that applies a sequence of other operators to a MultiStream. It maintains a list of StreamingOperator`s and applies them in order to the `MultiStream.