Class DatasetStats


  • @Generated(value="org.openapitools.codegen.languages.JavaInflectorServerCodegen",
               comments="Generator version: 7.15.0")
    public class DatasetStats
    extends Object
    • Constructor Detail

      • DatasetStats

        public DatasetStats()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object