ONNXPredictRT Syntax - Teradata Vantage

Teradata Vantage™ - Bring Your Own Model User Guide

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Vantage
Release Number
7.0
Published
October 2025
ft:locale
en-US
ft:lastEdition
2025-11-07
dita:mapPath
fee1607120608274.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
fee1607120608274

When Model is Installed on Vantage Using the SYSUIF.INSTALL_FILE Command

SELECT [<schema>.]ONNXPredictRT(
    String features,
    String modelId,
    String options,
    String dbId,
    String filename,
    String modelInputFieldsMap) ;
The option to store the model as a file in the Vantage file system is not available in VantageCloud Lake or systems where the UDF container is enabled.

When Model is Stored in a BYOM Model Table

SELECT [<schema>.]ONNXPredictRT(
    String features,
    String modelId,
    String options,
    Blob model,
    String modelInputFieldsMap) ;