- All Implemented Interfaces:
LogicalOperator,SourceOperator<AbstractModelPort<PMMLModel>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pervasive.datarush.operators.model.PutModel
cloneForExecution, computeMetadata, execute, getModel, getModelReference, getOutput, setModel, setModelReferenceMethods inherited from class com.pervasive.datarush.operators.ExecutableOperator
getNumInputCopies, getPortSettings, handleInactiveOutputMethods inherited from class com.pervasive.datarush.operators.AbstractLogicalOperator
disableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pervasive.datarush.operators.LogicalOperator
disableParallelism, getInputPorts, getOutputPorts
-
Constructor Details
-
PutPMML
public PutPMML()Default constructor. Prior to executing graph themodelmust be set. -
PutPMML
Puts a PMMLModel into a graph- Parameters:
model- the model
-