public class TestBuildStat
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)