Class 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 Detail

      • CLUResourceImpl

        public CLUResourceImpl​(javax.ws.rs.client.WebTarget webTarget)
    • 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:
        getModels in interface com.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:
        beginModelTraining in interface com.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:
        beginModelRemoval in interface com.artisol.teneo.studio.api.resources.CLUResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException