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

water.api.DownloadDataV3 Maven / Gradle / Ivy

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

import water.Iced;
import water.api.KeyV3.FrameKeyV3;

public class DownloadDataV3 extends RequestSchema {

  // Input fields
  @API(help="Frame to download", required=true)
  FrameKeyV3 frame_id;
  @API(help="Emit double values in a machine readable lossless format with Double.toHexString().") boolean hex_string;

  // Output
  @API(help="CSV Stream", direction=API.Direction.OUTPUT) String csv;
  @API(help="Suggested Filename", direction=API.Direction.OUTPUT) String filename;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy