Class ModelState


  • public final class ModelState
    extends Object
    The ModelState model.
    • Constructor Detail

      • ModelState

        public ModelState()
    • Method Detail

      • getEpochIds

        public List<Integer> getEpochIds()
        Get the epochIds property: Epoch id.
        Returns:
        the epochIds value.
      • setEpochIds

        public ModelState setEpochIds​(List<Integer> epochIds)
        Set the epochIds property: Epoch id.
        Parameters:
        epochIds - the epochIds value to set.
        Returns:
        the ModelState object itself.
      • getTrainLosses

        public List<Float> getTrainLosses()
        Get the trainLosses property: The trainLosses property.
        Returns:
        the trainLosses value.
      • setTrainLosses

        public ModelState setTrainLosses​(List<Float> trainLosses)
        Set the trainLosses property: The trainLosses property.
        Parameters:
        trainLosses - the trainLosses value to set.
        Returns:
        the ModelState object itself.
      • getValidationLosses

        public List<Float> getValidationLosses()
        Get the validationLosses property: The validationLosses property.
        Returns:
        the validationLosses value.
      • setValidationLosses

        public ModelState setValidationLosses​(List<Float> validationLosses)
        Set the validationLosses property: The validationLosses property.
        Parameters:
        validationLosses - the validationLosses value to set.
        Returns:
        the ModelState object itself.
      • getLatenciesInSeconds

        public List<Float> getLatenciesInSeconds()
        Get the latenciesInSeconds property: The latenciesInSeconds property.
        Returns:
        the latenciesInSeconds value.
      • setLatenciesInSeconds

        public ModelState setLatenciesInSeconds​(List<Float> latenciesInSeconds)
        Set the latenciesInSeconds property: The latenciesInSeconds property.
        Parameters:
        latenciesInSeconds - the latenciesInSeconds value to set.
        Returns:
        the ModelState object itself.