| Extends: |
reference |
| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
A specialization of Reference for Scenarios, in order to provide extra fields
XML
Elements
| name (type) |
min/max occurs |
description |
| loaded (boolean) |
1/1 |
If the object is a scenario, indicates the scenario has been loaded and therefore has input data. |
| modelStatus (string) |
0/1 |
The model status for this scenario For valid values see com.fico.xpress.insight.data.XPRIModelStatus. |
| hasResultData (boolean) |
1/1 |
Indicates the scenario has result data |
| scenarioType (string) |
0/1 |
The scenario type: If scenario is of a custom type this will be the name of that type, otherwise this will be SCENARIO or VIRTUAL. |
| projectId (string) |
0/1 |
The ID of the Project to which the Scenario belongs |
JSON
| property |
type |
description |
| loaded |
loaded (boolean) |
If the object is a scenario, indicates the scenario has been loaded and therefore has input data. |
| modelStatus |
modelStatus (string) |
The model status for this scenario For valid values see com.fico.xpress.insight.data.XPRIModelStatus. |
| hasResultData |
hasResultData (boolean) |
Indicates the scenario has result data |
| scenarioType |
scenarioType (string) |
The scenario type: If scenario is of a custom type this will be the name of that type, otherwise this will be SCENARIO or VIRTUAL. |
| projectId |
projectId (string) |
The ID of the Project to which the Scenario belongs |