- Accumulate
- Specify one or more column names to add to the output table. Use an asterisk to specify all columns.
- ModelOutputFieldsMap
- Use to map output tensors.
- OutputFormat
- List output format values that match the ModelOutputFieldsMap length to provide database formats.
- EncodeMaxLength
- [Optional] Set the maximum length of the tokenizer encode output tokens.
- ShowModelProperties
- [Optional] Display the input and output tensor properties of the ONNX model. When set to true, the parameter displays the current model properties rather than run scoring.
- OverwriteCachedModel
- [Optional] Valid values are: 'current_cached_model', '*', 'true', 't', 'yes', '1', 'false', 'f', 'no', 'n', or '0'. All of these values are equivalent as this argument applies only to the model specified in the model ON clause, which is assumed to be in the cache.Important: Do not use the OverwriteCachedModel argument except when you are trying to replace a previously cached model. This applies to all models supported by BYOM. Using the argument in other cases, including in concurrent queries or multiple times within a short period of time, may lead to an OOM error from garbage collection not being fast enough.
- UseCache
- [Optional] When true, this statement loads the model from the cache.
- IsDebug
- [Optional] When true, debug statements are added to a trace table that must be created beforehand. See Error Logs.
Only available with BYOM version 3.00.00.02 and later.
- EnableMemoryCheck
- [Optional] When true, enables the memory check for large models to verify there is enough native memory.
- SkipSpecialTokens
- [Optional] When true, skip special tokens in output.
- Const_NAME
- [Optional] Allow constant values to be added for use in the model input.