Object ModelUpdaterService

  • All Implemented Interfaces:
    ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO , ai.tock.nlp.front.shared.ModelUpdater

    
    public class ModelUpdaterService
     implements ModelUpdater, ModelBuildTriggerDAO
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit triggerBuild(ModelBuildTrigger trigger)
      Unit updateIntentsModelForApplication(List<ClassifiedSentence> validatedSentences, ApplicationDefinition application, Locale language, NlpEngineType engineType, Boolean onlyIfNotExists)
      Unit updateEntityModelForIntent(List<ClassifiedSentence> validatedSentences, ApplicationDefinition application, Id<IntentDefinition> intentId, Locale language, NlpEngineType engineType, Boolean onlyIfNotExists)
      Unit updateEntityModelForEntityType(List<ClassifiedSentence> validatedSentences, ApplicationDefinition application, EntityTypeDefinition entityTypeDefinition, Locale language, NlpEngineType engineType, Boolean onlyIfNotExists)
      Unit deleteOrphans()
      final ModelCore getModel()
      • Methods inherited from class ai.tock.nlp.front.shared.ModelUpdater

        builds, deleteTrigger, getTriggers
      • Methods inherited from class ai.tock.nlp.front.service.storage.ModelBuildTriggerDAO

        save, save
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait