◆ buildFromConfiguration() [1/2]
static Pipeline fiftyone.pipeline.web.StartupHelpers.buildFromConfiguration | ( | PipelineBuilder | builder, |
PipelineOptions | options, | ||
boolean | clientSideEvidenceEnabled | ||
) | throws Exception |
static
Configure the extra web elements required and build the Pipeline using the PipelineBuilder#buildFromConfiguration(PipelineOptions) method.
- Parameters
-
- builder - to build the Pipeline
- options - to build the Pipeline with
- clientSideEvidenceEnabled - true if client-side evidence is enabled in the configuration. This will add JSON and JavaScript elements to the Pipeline
- Returns
- new Pipeline instance
- Exceptions
-
- Exception - if there was an error building the Pipeline