scenario
Extends: | scenarioLite |
Namespace: | http://fico.com/xpress/insight/rest/v1 |
A scenario.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
notes (string) | 0/1 | The notes on this scenario |
creationDate (dateTime) | 0/1 | The date this scenario was created |
projectId (string) | 0/1 | The id of the project that owns this scenario |
path (string) | 0/1 | The path of this scenario in the Insight repository |
ownerId (string) | 0/1 | The id of the user that owns this scenario |
shareStatus (string) | 0/1 | The share status of this scenario |
lastExecutionDate (dateTime) | 0/1 | The date this scenario was last loaded or executed |
dirty (boolean) | 1/1 | Indicates the scenario result data is dirty. Result data is considered dirty if the scenario input data has been modified since the scenario was last executed, and the scenario is not configured to remove result data when input data is modified. |
completed (boolean) | 1/1 | Indicates the scenario has completed execution |
queued (boolean) | 1/1 | Indicates this scenario is queued for execution |
objective (double) | 0/1 | The objective result for this scenario |
gap (double) | 0/1 | The gap for this scenario |
runtime (double) | 0/1 | The runtime for the last execution of this scenario |
numberOfSolutions (int) | 0/1 | The number of solutions found for this scenario |
problemStatus (string) | 0/1 | The problem status for this scenario For valid values, see com.fico.xpress.insight.data.XPRIProblemStatus |
modelDataVersion (int) | 1/1 |
JSON
property | type | description |
---|---|---|
notes | notes (string) | The notes on this scenario |
creationDate | creationDate (dateTime) | The date this scenario was created |
projectId | projectId (string) | The id of the project that owns this scenario |
path | path (string) | The path of this scenario in the Insight repository |
ownerId | ownerId (string) | The id of the user that owns this scenario |
shareStatus | shareStatus (string) | The share status of this scenario |
lastExecutionDate | lastExecutionDate (dateTime) | The date this scenario was last loaded or executed |
dirty | dirty (boolean) | Indicates the scenario result data is dirty. Result data is considered dirty if the scenario input data has been modified since the scenario was last executed, and the scenario is not configured to remove result data when input data is modified. |
completed | completed (boolean) | Indicates the scenario has completed execution |
queued | queued (boolean) | Indicates this scenario is queued for execution |
objective | objective (double) | The objective result for this scenario |
gap | gap (double) | The gap for this scenario |
runtime | runtime (double) | The runtime for the last execution of this scenario |
numberOfSolutions | numberOfSolutions (int) | The number of solutions found for this scenario |
problemStatus | problemStatus (string) | The problem status for this scenario For valid values, see com.fico.xpress.insight.data.XPRIProblemStatus |
modelDataVersion | modelDataVersion (int) |