ONNXClassification Input | Vantage BYOM - ONNXClassification Input - Teradata Vantage

Teradata Vantage™ - Bring Your Own Model User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage
Release Number
20.00
Published
February 2026
ft:locale
en-US
ft:lastEdition
2026-02-18
dita:mapPath
fee1607120608274.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
fee1607120608274
Input Table Description
InputTable Table containing a txt column to compute the sequences. If your table has another name, apply the name as an alias to txt.
ModelTable Table containing a model_id column and a model BLOB column for ONNX.
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 a tokenizer BLOB column for the JSON tokenizer input to ONNXEmbeddings.

ModelTable must be specified as DIMENSION, otherwise an error occurs.