public interface ModelingStepsProvider<T extends ModelingSteps>
ModelingSteps implementations.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
T |
newInstance(AutoML aml) |
java.lang.String getName()
T newInstance(AutoML aml)
aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.