|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
RecordApplyTask.
Factory| Method Summary | |
RecordApplyTask |
create(PhysicalDataRecord applyRecord,
java.lang.String modelName,
java.lang.String applySettingsName)
Creates an instance of RecordApplyTask with the specified input data record, the model to apply, and the specification of the apply output. |
| Method Detail |
public RecordApplyTask create(PhysicalDataRecord applyRecord,
java.lang.String modelName,
java.lang.String applySettingsName)
throws JDMException
RecordApplyTask with the specified input data record, the model to apply, and the specification of the apply output. The apply result is not persisted. To facilitate fast record scoring, the input record is also modified to include the result of scoring, which can be obtained by invoking getOutputRecord method.
applyRecord - A physical record to be used for apply.modelName - The name of the model to be used for apply.applySettingsName - The specification of apply output.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||