Execute a performance task
Executes a performance task job.
1{2 "code": "string",3 "createdBy": "string",4 "creationTimeStamp": "2019-08-24T14:15:22Z",5 "modifiedBy": "string",6 "modifiedTimeStamp": "2019-08-24T14:15:22Z",7 "state": "string",8 "jobReqId": "string"9}
The task contents for updating the task.
Contains information about the performance task.
Name | Type | Required | Description |
---|---|---|---|
assessAlert | string | false | The assessment measurements alert condition. |
assessWarn | string | false | The assessment measurements warning condition. |
characteristicAlert | string | false | The characteristic measurements alert condition. |
characteristicWarn | string | false | The characteristic measurements warning condition. |
createdBy | string | false | The user who created the task. |
creationTimeStamp | string<date-time> | false | The timestamp for when the task was created, in the format of |
dataLibrary | string | false | The performance table library URI. |
dataPrefix | string | false | The performance data table prefix. |
id | string | false | The identifier for a performance task. |
inputVariables | array [string] | false | |
maxBins | integer<int32> | false | The maximum bins number. |
modelId | array [string] | false | |
modifiedBy | string | false | The user who most recently modified the task. |
modifiedTimeStamp | string<date-time> | false | The timestamp for when the job was last modified, in the format of |
outputVariables | array [string] | false | |
performanceResultSaved | boolean | false | Indicates whether the performance results are saved. |
resultLibrary | string | false | The performance output table library URI. |
scoreExecutionRequired | boolean | false | Indicates whether the scoring task execution is required. |
stabilityAlert | string | false | The stability measurements alert condition. |
stabilityWarn | string | false | The stability measurements warning condition. |
includeAllData | boolean | false | Indicates whether to run a performance job against all the data tables in a library. |
loadPerformanceResult | boolean | false | Indicates to load performance result data. |
championMonitored | boolean | false | Indicates to monitor the project champion model. |
challengerMonitored | boolean | false | Indicates to monitor challenger models. |
traceOn | boolean | false | Indicates whether to turn on tracing. |
version | integer | false | The version number of application/vnd.sas.models.performance.task+json. |
variableBinMap | object | false | Variable bins |
Status | Meaning | Description | ||
---|---|---|---|---|
201 | Created | The performance task was executed. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema |