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

water.api.JobsV3 Maven / Gradle / Ivy

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

import water.Iced;

public class JobsV3 extends RequestSchema {
  // Input fields
  @API(help="Optional Job identifier")
  public KeyV3.JobKeyV3 job_id;

  // Output fields
  @API(help="jobs", direction=API.Direction.OUTPUT)
  public JobV3[] jobs;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy