protected static class SparkMLPredictor.MLPredictorConfig
extends co.cask.cdap.api.plugin.PluginConfig
| Modifier and Type | Field and Description |
|---|---|
protected String |
featureFieldsToExclude |
protected String |
featureFieldsToInclude |
protected String |
fileSetName |
protected String |
path |
protected String |
predictionField |
| Modifier | Constructor and Description |
|---|---|
protected |
SparkMLPredictor.MLPredictorConfig(String fileSetName,
String path,
String featureFieldsToInclude,
String featureFieldsToExclude,
String predictionField) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(co.cask.cdap.api.data.schema.Schema inputSchema) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.