- Accumulate
- Specify one or more column names to add to the output table in a comma-separated list. Use an asterisk (*) to specify all columns.
- ModelInputFieldsMap
- [Optional] Specify one or more associations of input table columns to ONNX model inputs in a comma-separated list.
- ShowModelInputFieldsMap
- [Optional] When set to true, the parameter does not run scoring, but shows the currently defined fields fully expanded. If ModelInputFieldsMap is not specified, the expected default mapping based on the ONNX inputs defined in the model is shown.
- ModelOutputFields
- [Optional] Specify the output fields to add as individual columns instead of the entire JSON output.
- 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.
- 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.