Load Model Using Teradata Studio | Vantage BYOM - Loading Model Using Teradata Studio - Teradata Vantage

Teradata Vantageā„¢ - Bring Your Own Model User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Vantage
Release Number
6.0
Published
March 2025
ft:locale
en-US
ft:lastEdition
2025-03-21
dita:mapPath
fee1607120608274.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
fee1607120608274
  • Load the model into the Vantage table:
    INSERT INTO model_table VALUES ('model_id', ?);
    For example, to load a PMML model:
    INSERT INTO pmml_models VALUES ('iris_db_rf_model', ?);
    The ? opens a GUI, where you can browse for the PMML, MOJO, Dataiku, or DataRobot file to load.