Interface Plead_transformingIntegrator<T>


public interface Plead_transformingIntegrator<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)
      Template describing the transformation of a file.
      Parameters:
      filename - : The name of the transformed file (expected type: xsd:string)
      file - : The file before transformation (expected type: xsd:int)
      method - : The method to transform 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 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