| ON clause |
Required |
Specifies the table name, view name, or query as an InputTable. |
N/A |
N/A |
N/A |
| TextColumn |
Required |
Specifies the name of the column of text to be used as input. |
string |
N/A |
N/A |
| Labels |
Required |
Specifies the labels to categorize the input data. |
list |
N/A |
N/A |
| Accumulate |
Optional |
Specifies the names of the input columns to copy to the output table. |
string |
N/A |
N/A |
| isDebug |
Optional |
Specifies whether error logging is required. |
boolean |
False |
True,False |
| MultiLabel |
Optional |
Specifies whether the classification is multi-label or not. |
False |
False |
True,False |