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

water.api.ModelImportV3 Maven / Gradle / Ivy

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

import water.Iced;

/**
 * Model import REST end-point.
 */
public class ModelImportV3 extends RequestSchema {

  // Input fields
  @API(help="Save imported model under given key into DKV.", json=false)
  public KeyV3.ModelKeyV3 model_id;

  @API(help="Source directory (hdfs, s3, local) containing serialized model")
  public String dir;

  @API(help="Override existing model in case it exists or throw exception if set to false")
  public boolean force = true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy