Package ai.tock.nlp.core.quality
Class TestModelReport
-
- All Implemented Interfaces:
public final class TestModelReport
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SampleExpression>expressionsInModelprivate final List<SampleExpression>expressionsTestedprivate final List<IntentMatchError>intentErrorsprivate final List<EntityMatchError>entityErrorsprivate final DurationbuildModelDurationprivate final DurationtestSentencesDurationprivate final InstantstartDate
-
Constructor Summary
Constructors Constructor Description TestModelReport(List<SampleExpression> expressionsInModel, List<SampleExpression> expressionsTested, List<IntentMatchError> intentErrors, List<EntityMatchError> entityErrors, Duration buildModelDuration, Duration testSentencesDuration, Instant startDate)
-
Method Summary
Modifier and Type Method Description final List<SampleExpression>getExpressionsInModel()final List<SampleExpression>getExpressionsTested()final List<IntentMatchError>getIntentErrors()final List<EntityMatchError>getEntityErrors()final DurationgetBuildModelDuration()final DurationgetTestSentencesDuration()final InstantgetStartDate()-
-
Constructor Detail
-
TestModelReport
TestModelReport(List<SampleExpression> expressionsInModel, List<SampleExpression> expressionsTested, List<IntentMatchError> intentErrors, List<EntityMatchError> entityErrors, Duration buildModelDuration, Duration testSentencesDuration, Instant startDate)
-
-
Method Detail
-
getExpressionsInModel
final List<SampleExpression> getExpressionsInModel()
-
getExpressionsTested
final List<SampleExpression> getExpressionsTested()
-
getIntentErrors
final List<IntentMatchError> getIntentErrors()
-
getEntityErrors
final List<EntityMatchError> getEntityErrors()
-
getBuildModelDuration
final Duration getBuildModelDuration()
-
getTestSentencesDuration
final Duration getTestSentencesDuration()
-
getStartDate
final Instant getStartDate()
-
-
-
-