Column | Data Type | Description |
---|---|---|
accumulate_column | Same as in InputTable | One column each for the column names specified in accumulate_column. Use an asterisk to specify all columns. |
json_report | VARCHAR | All output fields specific to the model, except for prediction. JSON report is not included if the ModelOutputFields argument is specified. |
model_output_fields | VARCHAR or DOUBLE | The model-specific output fields such as probability of predicted value. Populated only if ModelOutputFields argument is specified, otherwise only the json_report is included in the output. |