The columnNames element

Identifies the scoring functions included in a score result. The value for this element is an element array in which each element represents a set of scoring functions.

Table 1. Child elements for columnNames
Element name Value type Description
name string array Scoring function names.

Example

The value for the following columnNames element identifies two scoring functions, Prediction and Confidence.

"columnNames":[
   "name":["Prediction","Confidence"]
]