◆ __init__()
def fiftyone_pipeline_core.pipelinebuilder.PipelineBuilder.__init__ | ( | self, | |
settings = {}
|
|||
) |
Pipeline Builder constructor. @type settings: dictionary @param settings : settings for the pipeline builder including: `add_javascript_builder (Bool)` - Whether to add the JavaScriptBuilder to the pipeline (default true) `javascript_builder_settings (dict)` - Settings for the JavaScriptBuilder engine @rtype: PipelineBuilder `use_setheader_properties (Bool)` - Whether to add the SetHeaderElement to the pipeline (default true) @return: Returns a Pipeline Builder