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

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

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

import water.api.API;
import water.api.schemas3.RequestSchemaV3;
import water.automl.api.LeaderboardsHandler;

public class LeaderboardsV99 extends RequestSchemaV3 {

  // Input fields
  @API(help="Name of project of interest", json=false)
  public String project_name;

  @API(help="List of extension columns to add to leaderboard", direction= API.Direction.INPUT)
  public String[] extensions;

  // Output fields
  @API(help="Leaderboards", direction=API.Direction.OUTPUT)
  public LeaderboardV99[] leaderboards;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy