This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.ml.task.MLTask (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.ml.task.MLTask

Packages that use MLTask
org.apache.lens.ml.dao   
org.apache.lens.ml.task   
 

Uses of MLTask in org.apache.lens.ml.dao
 

Methods in org.apache.lens.ml.dao that return MLTask
 MLTask MLDBUtils.getMLTask(String taskID)
          Get ML Task given its id
 

Methods in org.apache.lens.ml.dao with parameters of type MLTask
 void MLDBUtils.saveMLTask(MLTask task)
          Insert an ML Task into ml task table
 

Uses of MLTask in org.apache.lens.ml.task
 

Methods in org.apache.lens.ml.task that return MLTask
 MLTask MLTask.Builder.build()
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.