public ModelTester
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTestEntityError(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String text) |
void |
deleteTestIntentError(org.litote.kmongo.Id<ai.tock.nlp.front.shared.config.ApplicationDefinition> applicationId,
java.util.Locale language,
java.lang.String text) |
java.util.List<ai.tock.nlp.front.shared.test.TestBuild> |
getTestBuilds(TestErrorQuery query) |
EntityTestErrorQueryResult |
searchTestEntityErrors(TestErrorQuery query) |
IntentTestErrorQueryResult |
searchTestIntentErrors(TestErrorQuery query) |
void |
testModels() |
void testModels()
@NotNull IntentTestErrorQueryResult searchTestIntentErrors(@NotNull TestErrorQuery query)
@NotNull EntityTestErrorQueryResult searchTestEntityErrors(@NotNull TestErrorQuery query)
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)
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
java.util.List<ai.tock.nlp.front.shared.test.TestBuild> getTestBuilds(@NotNull
TestErrorQuery query)