Score data with the champion model of the automation project

post/projects/{projectId}/models/@championModel/scoreData
Internal-Use Only

Score data with the automation project's champion model.

Request Samples

1

Response Samples

1{
2 "version": 3,
3 "executionState": "completed",
4 "scoreExecution": [],
5 "outputs": []
6}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The automation project ID

Request Body

The score data input

This object contains score data input.

NameTypeRequiredDescription
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.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request cannot be processed.Schema
404Not FoundNo 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