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

water.api.ModelBuildersBase Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package water.api;

import hex.schemas.ModelBuilderSchema;
import water.Iced;

// Input fields
public class ModelBuildersBase> extends RequestSchema {
  @API(help="Algo of ModelBuilder of interest", json=false) // TODO: no validation yet, because right now fields are required if they have validation.
  String algo;

  // Output fields
  @API(help="ModelBuilders", direction=API.Direction.OUTPUT)
  ModelBuilderSchema.IcedHashMapStringModelBuilderSchema model_builders;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy