Package com.acumenvelocity.ath.model
Class DatasetStats
- java.lang.Object
-
- com.acumenvelocity.ath.model.DatasetStats
-
@Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen", comments="Generator version: 7.15.0") public class DatasetStats extends Object
-
-
Constructor Summary
Constructors Constructor Description DatasetStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DatasetStatsfilesProcessed(Integer filesProcessed)Number of files successfully processed.IntegergetFilesProcessed()LonggetTestSegments()LonggetTotalSegments()LonggetTrainSegments()LonggetValidationSegments()inthashCode()voidsetFilesProcessed(Integer filesProcessed)voidsetTestSegments(Long testSegments)voidsetTotalSegments(Long totalSegments)voidsetTrainSegments(Long trainSegments)voidsetValidationSegments(Long validationSegments)DatasetStatstestSegments(Long testSegments)Number of segments allocated for testing (10%).StringtoString()DatasetStatstotalSegments(Long totalSegments)Total number of translation segments in the dataset.DatasetStatstrainSegments(Long trainSegments)Number of segments allocated for training (80%).DatasetStatsvalidationSegments(Long validationSegments)Number of segments allocated for validation (10%).
-
-
-
Method Detail
-
filesProcessed
public DatasetStats filesProcessed(Integer filesProcessed)
Number of files successfully processed.
-
getFilesProcessed
public Integer getFilesProcessed()
-
setFilesProcessed
public void setFilesProcessed(Integer filesProcessed)
-
totalSegments
public DatasetStats totalSegments(Long totalSegments)
Total number of translation segments in the dataset.
-
getTotalSegments
public Long getTotalSegments()
-
setTotalSegments
public void setTotalSegments(Long totalSegments)
-
trainSegments
public DatasetStats trainSegments(Long trainSegments)
Number of segments allocated for training (80%).
-
getTrainSegments
public Long getTrainSegments()
-
setTrainSegments
public void setTrainSegments(Long trainSegments)
-
validationSegments
public DatasetStats validationSegments(Long validationSegments)
Number of segments allocated for validation (10%).
-
getValidationSegments
public Long getValidationSegments()
-
setValidationSegments
public void setValidationSegments(Long validationSegments)
-
testSegments
public DatasetStats testSegments(Long testSegments)
Number of segments allocated for testing (10%).
-
getTestSegments
public Long getTestSegments()
-
setTestSegments
public void setTestSegments(Long testSegments)
-
-