Interface Plead_filteringIntegrator<T>


public interface Plead_filteringIntegrator<T>
  • Method Details

    • process

      T process(String filename, Integer file, Integer method, Integer organization, Integer engineer, Integer n_rows, Integer n_cols, String path, String time, String start, String end)
      TODO doc.
      Parameters:
      filename - : The file name resulting from the filtering (expected type: xsd:string)
      file - : The file before filtering (expected type: xsd:int)
      method - : The method to filter the file (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_rows - : The number of rows in the file (expected type: xsd:int)
      n_cols - : The number of columns in the file (expected type: xsd:int)
      path - : The actual path of the file (expected type: xsd:string)
      time - : Time when the filtered 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