Interface ModelParallelCalculationFormulaInitContext
- All Superinterfaces:
ModelFormulaContextReadOnly
,ModelFormulaContextReadWrite
The
ModelParallelCalculationFormulaInitContext
is exposed to model parallel calculation logics through the model
binding.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCalculationItem
(String key, Map<String, Object> inputs) Add a calculation item to be calculated after the "calculation-init" context, during the "calculation-item" context.Methods inherited from interface ModelFormulaContextReadOnly
attachmentDownloadURL, currentStep, inputs, label, outputs, pmmlContext, rContext, table, tableNames, typedId, uniqueName
Methods inherited from interface ModelFormulaContextReadWrite
addTable, dropAttachment, dropTable, filterTreesContext, loadTable, loadTable, lookupTablesContext, schedulesContext, startJobTriggerCalculation, truncateTable
-
Method Details
-
addCalculationItem
Add a calculation item to be calculated after the "calculation-init" context, during the "calculation-item" context.- Parameters:
key
- a key to uniquely identify the item in this parallel calculationinputs
- inputs for the item calculation- Since:
- 9.0 Hurricane
-