Modifier and Type | Class and Description |
---|---|
static class |
MLTask.Builder
Builder to create an example task
|
static class |
MLTask.State |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Name of the algo/algorithm.
|
org.apache.hadoop.hive.conf.HiveConf |
getConfiguration()
Configuration for the example.
|
Map<String,String> |
getExtraParams()
Extra params passed to the training algorithm
|
List<String> |
getFeatureColumns()
Names of columns which are features in the training data.
|
String |
getLabelColumn()
Name of the column which is a label for supervised algorithms.
|
LensMLClient |
getMlClient()
ml client
|
String |
getModelID() |
String |
getOutputTable()
Output table name
|
String |
getPartitionSpec()
Training table partition spec
|
String |
getReportID() |
MLTask.State |
getTaskState() |
String |
getTestTable()
Name of the table containing test data.
|
String |
getTrainingTable()
Name of the table containing training data.
|
void |
run() |
String |
toString() |
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public MLTask.State getTaskState()
@Generated(value="lombok") public String getAlgorithm()
@Generated(value="lombok") public String getTrainingTable()
@Generated(value="lombok") public String getTestTable()
@Generated(value="lombok") public String getPartitionSpec()
@Generated(value="lombok") public String getLabelColumn()
@Generated(value="lombok") public List<String> getFeatureColumns()
@Generated(value="lombok") public org.apache.hadoop.hive.conf.HiveConf getConfiguration()
@Generated(value="lombok") public LensMLClient getMlClient()
@Generated(value="lombok") public String getOutputTable()
@Generated(value="lombok") public Map<String,String> getExtraParams()
@Generated(value="lombok") public String getModelID()
@Generated(value="lombok") public String getReportID()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.