Generate a list of outputs from Pipeline objects
generateOutput(object)# S4 method for AnalysisPipeline
generateOutput(object)
# S4 method for StreamingAnalysisPipeline
generateOutput(object)
object that contains input, pipeline, registry and output
Updated Pipeline object with the outputs at each step stored in the output slot.
Specific outputs can be obtained by using the getOutputById function
generateOutput is a generic function that is implemented for various types of pipeline objects
such as AnalysisPipeline and StreamingAnalysisPipeline
The sequence of operations stored in the pipeline object are run and outputs generated, stored in a list
Other Package core functions: BaseAnalysisPipeline-class,
MetaAnalysisPipeline-class,
assessEngineSetUp,
checkSchemaMatch,
createPipelineInstance,
exportAsMetaPipeline,
genericPipelineException,
getInput, getLoggerDetails,
getOutputById,
getPipelinePrototype,
getPipeline, getRegistry,
initDfBasedOnType,
initialize,BaseAnalysisPipeline-method,
loadMetaPipeline,
loadPipeline,
loadPredefinedFunctionRegistry,
loadRegistry, prepExecution,
registerFunction,
savePipeline, saveRegistry,
setInput, setLoggerDetails,
updateObject,
visualizePipeline