Interface BatchOutput

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String batchId()
      Return the batch id for this batch output.
      void setBatchId​(java.lang.String batchId)
      Set the batch id for the batch output.
    • Method Detail

      • setBatchId

        void setBatchId​(java.lang.String batchId)
        Set the batch id for the batch output. This batch id is used during retraining.
        Parameters:
        batchId - the batch id for the batch output
      • batchId

        java.lang.String batchId()
        Return the batch id for this batch output. The batch id used for retraining.
        Returns:
        batch id