Realtime Syntax Elements | Vantage BYOM - Realtime Functions Syntax Elements - 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
features
JSON string that represents the input values to use by the model to produce a score.
String is enclosed in single quotes.
modelID
A unique string identities that helps store a particular model. Used as a key for a caching mechanism.
Valid string values: 1-30 characters
dbId
Used to identify which database path in the file system is used to check for the installed model file.
options
Used to add optional settings for scoring.
filename
Name of the model file to use for scoring data.
fileTokenizer
Name of the tokenizer file to use for scoring data.
model
A blob object that contains a model for scoring data.
tokenizer
A blob object that contains the model tokenizer use for scoring data.
modelInputFieldsMap
A string that maps tensors for ONNXPredict.
Can be an empty string (") if no mapping is necessary.
encodeMaxLength
Value that sets the maximum length of the tokenizer encode output tokens.
Used with ONNXEmbeddings and ONNXSeq2Seq.
Can be an empty string (") if no mapping is necessary.
modelOutputTensor
Value that specifies which tensor of the model to use for output.
Used with ONNXEmbeddings and ONNXSeq2Seq.
outputFormat
Specifies the output format for the model embeddings.
Used with ONNXEmbeddings.
Can be an empty string (") if no mapping is necessary.
constants
Allows the addition of constant values to be used in the model input.
Can be an empty string (") if no mapping is necessary.