All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.automl.api.schemas3.PreprocessingStepDefinitionV99 Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package water.automl.api.schemas3;

import ai.h2o.automl.preprocessing.PreprocessingStepDefinition;
import water.api.API;
import water.api.EnumValuesProvider;
import water.api.Schema;

import static ai.h2o.automl.preprocessing.PreprocessingStepDefinition.*;

public final class PreprocessingStepDefinitionV99 extends Schema {

  public static final class TypeProvider extends EnumValuesProvider {
    public TypeProvider() {
      super(Type.class);
    }
  }

  @API(help="A type representing the preprocessing step to be executed.", valuesProvider=TypeProvider.class, direction=API.Direction.INOUT)
  public Type type;

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy