Description Usage Arguments Details Value See Also
Generate a list of outputs from Pipeline objects
1 2 3 4 5 6 7 | generateOutput(object)
## S4 method for signature 'AnalysisPipeline'
generateOutput(object)
## S4 method for signature 'StreamingAnalysisPipeline'
generateOutput(object)
|
object |
object that contains input, pipeline, registry and output |
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
Updated Pipeline object with the outputs at each step stored in the output
slot.
Specific outputs can be obtained by using the getOutputById function
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.