Interface Plead_splittingIntegrator<T>


public interface Plead_splittingIntegrator<T>
  • Method Details

    • process

      T process(String filename1, String filename2, Integer file, Integer organization, Integer engineer, Integer n_rows1, Integer n_cols1, String path1, Integer n_rows2, Integer n_cols2, String path2, String time, String start, String end)
      TODO doc.
      Parameters:
      filename1 - : The first filename resulting from the split (expected type: xsd:string)
      filename2 - : The second filename resulting from the split (expected type: xsd:string)
      file - : The file before splitting (expected type: xsd:int)
      organization - : An organization aiming managing the ML pipeline (expected type: xsd:int)
      engineer - : The engineer developing the ML pipeline (expected type: xsd:int)
      n_rows1 - : The number of rows in the file (expected type: xsd:int)
      n_cols1 - : The number of columns in the file (expected type: xsd:int)
      path1 - : The actual path of the file (expected type: xsd:string)
      n_rows2 - : The number of rows in the file (expected type: xsd:int)
      n_cols2 - : The number of columns in the file (expected type: xsd:int)
      path2 - : The actual path of the file (expected type: xsd:string)
      time - : Time when the transformed file is created (expected type: xsd:dateTime)
      start - : Time when the transformation starts (expected type: xsd:dateTime)
      end - : Time when the transformation ends (expected type: xsd:dateTime)
      Returns:
      not specified