- Accumulate
- Specify one or more column names to add to the output table. Use an asterisk to specify all columns.
- ModelOutputFields
- [Optional] Specify the output fields to add as individual columns instead of the entire JSON output. Specify fields with a comma-separated list.
- 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.
- ModelType
- [Optional] Specify the type of model to use for scoring.
- EnableOptions
- [Optional] Set the following feature option values to true to have the values appear in the JSON in the output:
- contributions: The contribution of each input feature towards the prediction.
- stageProbabilities: Prediction probabilities of trees in each stage or iteration.
- leafNodeAssignments: The leaf placements of the row in all the trees in the tree-based model.
- 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.