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 Apache Software Foundation. All rights reserved.