public class ConfigurationApiV11 extends MLRestAPI
Constructor and Description |
---|
ConfigurationApiV11() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAlgorithm(String algorithmName)
Get
MLAlgorithm object by algorithm name. |
javax.ws.rs.core.Response |
getAllAlgorithms()
Get all supported algorithms.
|
javax.ws.rs.core.Response |
getDASTables()
Get available WSO2 DAS tables.
|
javax.ws.rs.core.Response |
getHyperParamsOfAlgorithm(String algorithmName)
Get hyper-parameters of an algorithm.
|
javax.ws.rs.core.Response |
getPMMLAvailability(String algorithmName,
String format)
Get PMML availability of an algorithm.
|
javax.ws.rs.core.Response |
getSummaryStatSettings()
Get summary statistics settings.
|
javax.ws.rs.core.Response |
options() |
getTenantID
public javax.ws.rs.core.Response options()
public javax.ws.rs.core.Response getAllAlgorithms()
MLAlgorithm
objectspublic javax.ws.rs.core.Response getAlgorithm(String algorithmName)
MLAlgorithm
object by algorithm name.algorithmName
- Name of the algorithmMLAlgorithm
objectpublic javax.ws.rs.core.Response getHyperParamsOfAlgorithm(String algorithmName)
algorithmName
- Name of the algorithmMLHyperParameter
objectspublic javax.ws.rs.core.Response getDASTables()
public javax.ws.rs.core.Response getSummaryStatSettings()
SummaryStatisticsSettings
objectCopyright © 2015 WSO2, Inc.. All Rights Reserved.