Class CLUResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.CLUResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.CLUResource
public class CLUResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.CLUResource
-
-
Constructor Summary
Constructors Constructor Description CLUResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDbeginModelRemoval(UUID solutionId, UUID modelId)UUIDbeginModelTraining(UUID solutionId)List<com.artisol.teneo.studio.api.models.CLUModel>getModels(UUID solutionId)
-
-
-
Method Detail
-
getModels
public List<com.artisol.teneo.studio.api.models.CLUModel> getModels(UUID solutionId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
getModelsin interfacecom.artisol.teneo.studio.api.resources.CLUResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
beginModelTraining
public UUID beginModelTraining(UUID solutionId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
beginModelTrainingin interfacecom.artisol.teneo.studio.api.resources.CLUResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
beginModelRemoval
public UUID beginModelRemoval(UUID solutionId, UUID modelId) throws com.artisol.teneo.studio.api.exceptions.ResourceException
- Specified by:
beginModelRemovalin interfacecom.artisol.teneo.studio.api.resources.CLUResource- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-