-
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>component1()final List<SampleExpression>component2()final List<IntentMatchError>component3()final List<EntityMatchError>component4()final Durationcomponent5()final Durationcomponent6()final Instantcomponent7()final TestModelReportcopy(List<SampleExpression> expressionsInModel, List<SampleExpression> expressionsTested, List<IntentMatchError> intentErrors, List<EntityMatchError> entityErrors, Duration buildModelDuration, Duration testSentencesDuration, Instant startDate)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
-
component1
final List<SampleExpression> component1()
-
component2
final List<SampleExpression> component2()
-
component3
final List<IntentMatchError> component3()
-
component4
final List<EntityMatchError> component4()
-
component5
final Duration component5()
-
component6
final Duration component6()
-
component7
final Instant component7()
-
copy
final TestModelReport copy(List<SampleExpression> expressionsInModel, List<SampleExpression> expressionsTested, List<IntentMatchError> intentErrors, List<EntityMatchError> entityErrors, Duration buildModelDuration, Duration testSentencesDuration, Instant startDate)
-
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()
-
-
-
-