When Model is Installed on Vantage Using the SYSUIF.INSTALL_FILE Command
SELECT [<schema>.]ONNXSeq2SeqRT(
String features,
String modelId,
String options,
String encodeMaxLength,
String modelOutputTensor,
String constants,
String dbId,
String filename,
String tokenizername) ;
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>.]ONNXSeq2SeqRT(
String features,
String modelId,
String options,
String encodeMaxLength,
String modelOutputTensor,
String constants,
Blob inputBlob,
Blob tokenizerBlob) ;