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

water.api.AssemblyV99 Maven / Gradle / Ivy

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


import water.Iced;

/** FIXME: comments please! */
public class AssemblyV99 extends RequestSchema  {

  // input fields
  @API(help="A list of steps describing the assembly line.") String[] steps;
  @API(help="Input Frame for the assembly.") KeyV3.FrameKeyV3 frame;
  @API(help="The name of the file and generated class ") String pojo_name;
  @API(help="The key of the Assembly object to retrieve from the DKV.") String assembly_id;

  //output
  @API(help="Output of the assembly line.") KeyV3.FrameKeyV3 result;
  @API(help="A Key to the fit Assembly data structure") KeyV3.AssemblyKeyV3 assembly;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy