public class TestBuildStat
| Constructor and Description |
|---|
TestBuildStat(java.time.Instant date,
int errors,
int intentErrors,
int entityErrors,
int nbSentencesInModel,
int nbSentencesTested,
java.time.Duration buildModelDuration,
java.time.Duration testModelDuration) |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
component1() |
int |
component2() |
int |
component3()
Number of intent errors.
|
int |
component4()
Number of entity errors
|
int |
component5() |
int |
component6() |
java.time.Duration |
component7() |
java.time.Duration |
component8() |
TestBuildStat |
copy(java.time.Instant date,
int errors,
int intentErrors,
int entityErrors,
int nbSentencesInModel,
int nbSentencesTested,
java.time.Duration buildModelDuration,
java.time.Duration testModelDuration) |
boolean |
equals(java.lang.Object p) |
java.time.Duration |
getBuildModelDuration() |
java.time.Instant |
getDate() |
int |
getEntityErrors()
Number of entity errors
|
int |
getErrors() |
int |
getIntentErrors()
Number of intent errors.
|
int |
getNbSentencesInModel() |
int |
getNbSentencesTested() |
java.time.Duration |
getTestModelDuration() |
int |
hashCode() |
java.lang.String |
toString() |
public TestBuildStat(@NotNull
java.time.Instant date,
int errors,
int intentErrors,
int entityErrors,
int nbSentencesInModel,
int nbSentencesTested,
@NotNull
java.time.Duration buildModelDuration,
@NotNull
java.time.Duration testModelDuration)
intentErrors - Number of intent errors.entityErrors - Number of entity errors@NotNull public java.time.Instant getDate()
public int getErrors()
public int getIntentErrors()
Number of intent errors.
public int getEntityErrors()
Number of entity errors
public int getNbSentencesInModel()
public int getNbSentencesTested()
@NotNull public java.time.Duration getBuildModelDuration()
@NotNull public java.time.Duration getTestModelDuration()
@NotNull public java.time.Instant component1()
public int component2()
public int component3()
Number of intent errors.
public int component4()
Number of entity errors
public int component5()
public int component6()
@NotNull public java.time.Duration component7()
@NotNull public java.time.Duration component8()
@NotNull public TestBuildStat copy(@NotNull java.time.Instant date, int errors, int intentErrors, int entityErrors, int nbSentencesInModel, int nbSentencesTested, @NotNull java.time.Duration buildModelDuration, @NotNull java.time.Duration testModelDuration)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)