Predict Mediator

Predict Mediator captures data from messages communicate via WSO2 ESB, and passes them to a generated ML model to carry out predictions

Syntax

        <predict>
            <model storage-location="string"/>
            <features>
                <feature name="string" expression="XPath | JSONPath">+
            </features>
            <predictionOutput property="string"/>
        </predict>