
water.api.ProfilerV3 Maven / Gradle / Ivy
package water.api;
import water.Iced;
public class ProfilerV3 extends RequestSchema {
@API(help="Stack trace depth", required=true)
public int depth = 10;
@API(help="", direction = API.Direction.OUTPUT)
public ProfilerNodeV3[] nodes;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy