ParallelCalculationItem

The type code is PCI.

lastUpdateByName
string
outputs
Array of any or null

Returned only when a PCI is fetched using fetch/PCI/{id} and fetch/PCI endpoints. Use the optimization.modelfetchpci endpoint to fetch the PCIs without possibly large outputs and messages fields.

createdByName
string
typedId
string
object
additionalProperties
object
lastUpdateDate
string <date-time>
version
integer
jstId
integer
createdBy
integer
messages
Array of any or null

Returned only when a PCI is fetched using fetch/PCI/{id} and fetch/PCI endpoints. Use the optimization.modelfetchpci endpoint to fetch the PCIs without possibly large outputs and messages fields.

key
string <= 255 characters
status
string <= 255 characters
Possible values: "CREATED" "CALCULATED" "FAILED"
createDate
string <date-time>
lastUpdateBy
integer
{
  • "lastUpdateByName": "string",
  • "outputs": [
    • null
    ],
  • "createdByName": "string",
  • "typedId": "string",
  • "inputs": {
    • "additionalProperties": { }
    },
  • "lastUpdateDate": "2019-08-24T14:15:22Z",
  • "version": 0,
  • "jstId": 0,
  • "createdBy": 0,
  • "messages": [
    • null
    ],
  • "key": "string",
  • "status": "CREATED",
  • "createDate": "2019-08-24T14:15:22Z",
  • "lastUpdateBy": 0
}