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