Class ModelTrainingDetails


  • public class ModelTrainingDetails
    extends Object
    Model Training Details.
    • Constructor Detail

      • ModelTrainingDetails

        public ModelTrainingDetails()
    • Method Detail

      • statusId

        public Integer statusId()
        Get the statusId value.
        Returns:
        the statusId value
      • withStatusId

        public ModelTrainingDetails withStatusId​(Integer statusId)
        Set the statusId value.
        Parameters:
        statusId - the statusId value to set
        Returns:
        the ModelTrainingDetails object itself.
      • status

        public String status()
        Get the status value.
        Returns:
        the status value
      • withStatus

        public ModelTrainingDetails withStatus​(String status)
        Set the status value.
        Parameters:
        status - the status value to set
        Returns:
        the ModelTrainingDetails object itself.
      • exampleCount

        public Integer exampleCount()
        Get the exampleCount value.
        Returns:
        the exampleCount value
      • withExampleCount

        public ModelTrainingDetails withExampleCount​(Integer exampleCount)
        Set the exampleCount value.
        Parameters:
        exampleCount - the exampleCount value to set
        Returns:
        the ModelTrainingDetails object itself.
      • trainingDateTime

        public org.joda.time.DateTime trainingDateTime()
        Get the trainingDateTime value.
        Returns:
        the trainingDateTime value
      • withTrainingDateTime

        public ModelTrainingDetails withTrainingDateTime​(org.joda.time.DateTime trainingDateTime)
        Set the trainingDateTime value.
        Parameters:
        trainingDateTime - the trainingDateTime value to set
        Returns:
        the ModelTrainingDetails object itself.
      • failureReason

        public String failureReason()
        Get the failureReason value.
        Returns:
        the failureReason value
      • withFailureReason

        public ModelTrainingDetails withFailureReason​(String failureReason)
        Set the failureReason value.
        Parameters:
        failureReason - the failureReason value to set
        Returns:
        the ModelTrainingDetails object itself.