Developer API

OutputSettings

Controls how inference results are formatted and what level of execution detail is included in the response.

Properties of OutputSettings

NameTypeDescription
ExecutionTraceModeenumExecutionTraceModeDetermines 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.
OutputModeenumOutputModeControls 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.
ShowWarningsboolWhen true, warning messages generated during evaluation will be included in the response payload.
ShowUsageInfoboolWhen true, usage and consumption metrics (workload, throttling, benchmarks) will be included in the response payload.
ShowBatchInfoboolWhen true, batch-level execution details (batch id, summary counts, processing statistics) will be included in the response payload.

404 - Not Found