public class MLConfiguration extends Object
Constructor and Description |
---|
MLConfiguration() |
Modifier and Type | Method and Description |
---|---|
Storage |
getDatasetStorage() |
String |
getDatasourceName() |
String |
getEmailNotificationEndpoint() |
String |
getHdfsUrl() |
List<MLAlgorithm> |
getMlAlgorithms() |
String |
getModelRegistryLocation() |
Storage |
getModelStorage() |
List<MLProperty> |
getProperties() |
SummaryStatisticsSettings |
getSummaryStatisticsSettings() |
void |
setDatasetStorage(Storage datasetStorage) |
void |
setDatasourceName(String datasourceName) |
void |
setEmailNotificationEndpoint(String emailNotificationEndpoint) |
void |
setHdfsUrl(String hdfsUrl) |
void |
setMlAlgorithms(List<MLAlgorithm> mlAlgorithms) |
void |
setModelRegistryLocation(String modelRegistryLocation) |
void |
setModelStorage(Storage modelStorage) |
void |
setProperties(List<MLProperty> properties) |
void |
setSummaryStatisticsSettings(SummaryStatisticsSettings summaryStatisticsSettings) |
public Storage getModelStorage()
public void setModelStorage(Storage modelStorage)
public Storage getDatasetStorage()
public void setDatasetStorage(Storage datasetStorage)
public String getDatasourceName()
public void setDatasourceName(String datasourceName)
public List<MLAlgorithm> getMlAlgorithms()
public void setMlAlgorithms(List<MLAlgorithm> mlAlgorithms)
public SummaryStatisticsSettings getSummaryStatisticsSettings()
public void setSummaryStatisticsSettings(SummaryStatisticsSettings summaryStatisticsSettings)
public List<MLProperty> getProperties()
public void setProperties(List<MLProperty> properties)
public String getHdfsUrl()
public void setHdfsUrl(String hdfsUrl)
public String getEmailNotificationEndpoint()
public String getModelRegistryLocation()
public void setModelRegistryLocation(String modelRegistryLocation)
public void setEmailNotificationEndpoint(String emailNotificationEndpoint)
Copyright © 2018 WSO2, Inc.. All rights reserved.