Class EnqueueTrainingResponse


  • public class EnqueueTrainingResponse
    extends Object
    Response model when requesting to train the model.
    • Constructor Detail

      • EnqueueTrainingResponse

        public EnqueueTrainingResponse()
    • Method Detail

      • statusId

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

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

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

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