| Extends: |
reference |
| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
Execution status of a scenario.
XML
Elements
| name (type) |
min/max occurs |
description |
| status (string) |
0/1 |
The status of this execution See com.fico.xpress.insight.client.XPRIJobStatus for valid values. |
| jobType (jobType) |
0/1 |
Gets the type of the job being executed: LOAD or RUN. |
| executionTime (int) |
0/1 |
The time spent so far executing this scenario |
| objective (double) |
0/1 |
The current objective |
| gap (double) |
0/1 |
The current gap |
| numberOfSolutions (int) |
0/1 |
The number of valid solutions found so far |
| scenarioName (string) |
0/1 |
The name of the scenario this job relates to |
| executionWorker (string) |
0/1 |
Get the execution worker name currently in use |
| executionService (string) |
0/1 |
The name of the execution service in use |
| optimizationService (string) |
0/1 |
|
| modelName (string) |
0/1 |
Get the name of the model (Project) |
| solverStatus (string) |
0/1 |
Get the solver status |
| prettyStatus (string) |
0/1 |
Human friendly job execution status |
| modelStatus (string) |
0/1 |
Get status of the model |
| scenarioOwner (string) |
0/1 |
Get the owner of the scenario the execution belongs to |
| executionMode (string) |
0/1 |
|
| numberOfThreads (int) |
0/1 |
|
| scenario (reference) |
0/1 |
|
| failureCount (int) |
1/1 |
|
| causeOfFailure (string) |
0/1 |
|
JSON
| property |
type |
description |
| status |
status (string) |
The status of this execution See com.fico.xpress.insight.client.XPRIJobStatus for valid values. |
| jobType |
jobType (jobType) |
Gets the type of the job being executed: LOAD or RUN. |
| executionTime |
executionTime (int) |
The time spent so far executing this scenario |
| objective |
objective (double) |
The current objective |
| gap |
gap (double) |
The current gap |
| numberOfSolutions |
numberOfSolutions (int) |
The number of valid solutions found so far |
| scenarioName |
scenarioName (string) |
The name of the scenario this job relates to |
| executionWorker |
executionWorker (string) |
Get the execution worker name currently in use |
| executionService |
executionService (string) |
The name of the execution service in use |
| optimizationService |
optimizationService (string) |
|
| modelName |
modelName (string) |
Get the name of the model (Project) |
| solverStatus |
solverStatus (string) |
Get the solver status |
| prettyStatus |
prettyStatus (string) |
Human friendly job execution status |
| modelStatus |
modelStatus (string) |
Get status of the model |
| scenarioOwner |
scenarioOwner (string) |
Get the owner of the scenario the execution belongs to |
| executionMode |
executionMode (string) |
|
| numberOfThreads |
numberOfThreads (int) |
|
| scenario |
scenario (reference) |
|
| failureCount |
failureCount (int) |
|
| causeOfFailure |
causeOfFailure (string) |
|