Score data with the champion model of the automation project
post/projects/{projectId}/models/@championModel/scoreData
Score data with the automation project's champion model.
1{2 "version": 3,3 "executionState": "completed",4 "scoreExecution": [],5 "outputs": []6}
The score data input
This object contains score data input.
Name | Type | Required | Description |
---|---|---|---|
scoreType | string | true | Score type, either 'Individual' or 'Bulk'. Allowed values: IndividualBulk |
destinationName | string | false | Name of the destination where the champion model is published. Required for individual scoring. |
inputs | array [Score Data Field Name/Value Pair] | false | Data inputs for individual data scoring. Required for individual scoring. |
inputDataTableUri | string | false | Input data table URI for bulk data scoring. Required for bulk scoring. |
scoreOutputCaslibUri | string | false | Output caslib URI where the score output table is stored. Required for bulk scoring. |
scoreOutputTableName | string | false | Output table name where the score outputs are stored. Required for bulk scoring. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | The request cannot be processed. | Schema | |
404 | Not Found | No required resources could be found. For example, automation project, analytics project, or champion model. This error condition could also occur if the champion model was not published to the supported destination. | Schema |