| Input Table | Description |
|---|---|
| InputTable | Table that contains a column named txt to be used as the input to be tokenized and passed to the model for scoring. Table could also be the results of a table of input column names that match the possible output of the TokenizerEncode functions. |
| ModelTable | Table containing one column identifying each model and a model column that stores each ONNX model as a BLOB. When ModelTable contains more than one model, you must use a SELECT query with a WHERE clause to select the model, otherwise an error occurs.
ModelTable must be specified as DIMENSION, otherwise an error occurs. |
| TokenizerTable | Table containing one column identifying a model column that stores each tokenizer model as a BLOB for the JSON tokenizer input. |