◆ buildFromConfiguration()
Pipeline fiftyone.pipeline.core.flowelements.PipelineBuilderFromConfiguration.buildFromConfiguration | ( | PipelineOptions | options | ) | throws Exception |
Build the pipeline using the specified configuration options.
- Parameters
-
- options - a PipelineOptions instance describing how to build the pipeline
- Returns
- a new Pipeline instance containing the configured FlowElement instances
- Exceptions
-
- Exception - if the configuration could not be used to build a valid Pipeline
Implemented in fiftyone.pipeline.core.flowelements.PipelineBuilder.