When Model is Installed on Vantage Using the SYSUIF.INSTALL_FILE Command
SELECT [<schema>.]PMMLPredictRT(
String features,
String modelId,
String options,
String dbId,
String filename) ;
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>.]PMMLPredictRT(
String features,
String modelId,
String options,
Blob model) ;