Output

The PMML Model Scoring stage returns the selected model output fields. Additionally, if the PMML Model Scoring stage fails to process a record, it returns the fields Status, Status.Code, and Status.Description. These fields provide information on why the stage failed to process the record as detailed below.

Field Name Description
Status

Reports the success or failure of the evaluation attempt:

null
Success
F
Failure
Status.Code

Reason for failure or error:

InputConversionFailed
Failed to convert Spectrum input field types to the required model field types.
ModelEvaluationFailed
Model evaluation failed for the given record.
Status.Description Description of the problem.