-
public final class TestBuildStat
-
-
Field Summary
Fields Modifier and Type Field Description private final Instantdateprivate final Integererrorsprivate final IntegerintentErrorsprivate final IntegerentityErrorsprivate final IntegernbSentencesInModelprivate final IntegernbSentencesTestedprivate final DurationbuildModelDurationprivate final DurationtestModelDuration
-
Method Summary
Modifier and Type Method Description final Instantcomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final Integercomponent5()final Integercomponent6()final Durationcomponent7()final Durationcomponent8()final TestBuildStatcopy(Instant date, Integer errors, Integer intentErrors, Integer entityErrors, Integer nbSentencesInModel, Integer nbSentencesTested, Duration buildModelDuration, Duration testModelDuration)final InstantgetDate()final IntegergetErrors()final IntegergetIntentErrors()Number of intent errors. final IntegergetEntityErrors()Number of entity errors final IntegergetNbSentencesInModel()final IntegergetNbSentencesTested()final DurationgetBuildModelDuration()final DurationgetTestModelDuration()-
-
Method Detail
-
component1
final Instant component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
component5
final Integer component5()
-
component6
final Integer component6()
-
component7
final Duration component7()
-
component8
final Duration component8()
-
copy
final TestBuildStat copy(Instant date, Integer errors, Integer intentErrors, Integer entityErrors, Integer nbSentencesInModel, Integer nbSentencesTested, Duration buildModelDuration, Duration testModelDuration)
-
getIntentErrors
final Integer getIntentErrors()
Number of intent errors.
-
getEntityErrors
final Integer getEntityErrors()
Number of entity errors
-
getNbSentencesInModel
final Integer getNbSentencesInModel()
-
getNbSentencesTested
final Integer getNbSentencesTested()
-
getBuildModelDuration
final Duration getBuildModelDuration()
-
getTestModelDuration
final Duration getTestModelDuration()
-
-
-
-