public class ModelTesterService
public static ModelTesterService INSTANCE
@NotNull public ai.tock.nlp.core.ModelCore getModel()
@NotNull public TestModelDAO getModelDAO()
public void testModels()
@NotNull
public ai.tock.nlp.front.shared.test.IntentTestErrorQueryResult searchTestIntentErrors(@NotNull
ai.tock.nlp.front.shared.test.TestErrorQuery query)
@NotNull
public ai.tock.nlp.front.shared.test.EntityTestErrorQueryResult searchTestEntityErrors(@NotNull
ai.tock.nlp.front.shared.test.TestErrorQuery query)
public void deleteTestIntentError(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.util.Locale language,
@NotNull
java.lang.String text)
public void deleteTestEntityError(@NotNull
org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
@NotNull
java.util.Locale language,
@NotNull
java.lang.String text)
@NotNull
public java.util.List<ai.tock.nlp.front.shared.test.TestBuild> getTestBuilds(@NotNull
ai.tock.nlp.front.shared.test.TestErrorQuery query)