OUTPUTS

Defines the OUTPUTS section, which specifies the set of result objects returned after model inference is executed. Only the selected outputs are included in the final response.

Syntax

	OUTPUTS <OutputName[, OutputName...]>

Examples

	

        OUTPUTS
            SelectedRuleInfo,
            ActionResults,
            ModelInfo,
            Metrics,
            ConfidenceInfo,
            ExecutionPlanTrace