OutputSettings
Controls how inference results are formatted and what level of execution detail is included in the response.
Properties of OutputSettings
| Name | Type | Description |
| ExecutionTraceMode | enumExecutionTraceMode | Determines how much execution trace information is included in the output. This setting affects response verbosity only and does not influence decision logic or confidence calculations. |
| OutputMode | enumOutputMode | Controls the structure of the inference result returned by ZeroTrain. This setting affects only the output projection format and does not influence decision logic, scoring, or evaluation behavior. |
| ShowWarnings | bool | When true, warning messages generated during evaluation will be included in the response payload. |
| ShowUsageInfo | bool | When true, usage and consumption metrics (workload, throttling, benchmarks) will be included in the response payload. |
| ShowBatchInfo | bool | When true, batch-level execution details (batch id, summary counts, processing statistics) will be included in the response payload. |
404 - Not Found