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

water.api.ImportFilesV3 Maven / Gradle / Ivy

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

import water.Iced;

class ImportFilesV3 extends RequestSchema {

  // Input fields
  @API(help="path", required=true)
  String path;

  // Output fields
  @API(help="files", direction=API.Direction.OUTPUT)
  String files[];

  @API(help="names", direction=API.Direction.OUTPUT)
  String destination_frames[];

  @API(help="fails", direction=API.Direction.OUTPUT)
  String fails[];

  @API(help="dels", direction=API.Direction.OUTPUT)
  String dels[];
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy