public interface ModelingStepsProvider<T extends ModelingSteps>
ModelingSteps implementations.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
T |
newInstance(AutoML aml)
Creates an instance of
ModelingSteps associated to this provider's name,
or returns null to fully skip this provider.. |
java.lang.String getName()
T newInstance(AutoML aml)
ModelingSteps associated to this provider's name,
or returns null to fully skip this provider..aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.