| Column | Data Type | Description |
|---|---|---|
| accumulate_column | Same as in InputTable | One column each for the column names specified in accumulate_column. Use an asterisk to specify all columns. |
| txt | VARCHAR | Processed text from the original input text. |
| replaced_entities | VARCHAR | Column that contains entity details. Appears only when 'replaced_entities' is specified in ModelOutputFields. |
| logits | VARCHAR | Column that contains logits (embeddings). Appears only when 'logits' is specified in ModelOutputFields. |