Detailed Description
Annotation used to identify ElementBuilder implementations to the PipelineBuilder.
For an ElementBuilder implementation to be made available when using the PipelineBuilderFromConfiguration#buildFromConfiguration(PipelineOptions) method, the class must be annotated with ElementBuilder.
Public Member Functions | |
| String | alternateName () default "" |
Alternative name for the builder to be used by the PipelineBuilder when finding the builder class using the name in the configuration. | |
Member Function Documentation
◆ alternateName()
| String fiftyone.pipeline.annotations.ElementBuilder.alternateName | ( | ) |
Alternative name for the builder to be used by the PipelineBuilder when finding the builder class using the name in the configuration.
- Returns
- the alternative builder name
