Learn R Programming

analysisPipelines (version 1.0.2)

generateOutput: Generate a list of outputs from Pipeline objects

Description

Generate a list of outputs from Pipeline objects

Usage

generateOutput(object)

# S4 method for AnalysisPipeline generateOutput(object)

# S4 method for StreamingAnalysisPipeline generateOutput(object)

Arguments

object

object that contains input, pipeline, registry and output

Value

Updated Pipeline object with the outputs at each step stored in the output slot.

Specific outputs can be obtained by using the getOutputById function

Details

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

See Also

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