generateOutput: Generate a list of outputs from Pipeline objects

Description Usage Arguments Details Value See Also

Description

Generate a list of outputs from Pipeline objects

Usage

1
2
3
4
5
6
7
generateOutput(object)

## S4 method for signature 'AnalysisPipeline'
generateOutput(object)

## S4 method for signature 'StreamingAnalysisPipeline'
generateOutput(object)

Arguments

object

object that contains input, pipeline, registry and output

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

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

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


analysisPipelines documentation built on July 1, 2020, 7:09 p.m.