
water.api.DownloadDataV3 Maven / Gradle / Ivy
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