Interface Plead_splittingProcessor<T>
public interface Plead_splittingProcessor<T>
-
Method Summary
Modifier and TypeMethodDescriptionprocess(Integer split_file1, String filename1, Integer split_file2, String filename2, Integer file, Integer organization, Integer engineer, Integer splitting, Integer n_rows1, Integer n_cols1, String path1, Integer n_rows2, Integer n_cols2, String path2, String time, String start, String end) TODO doc.
-
Method Details
-
process
T process(Integer split_file1, String filename1, Integer split_file2, String filename2, Integer file, Integer organization, Integer engineer, Integer splitting, 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:
split_file1- : The first file resulting from the split (expected type: xsd:int)filename1- : The first filename resulting from the split (expected type: xsd:string)split_file2- : The second file resulting from the split (expected type: xsd:int)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)splitting- : The activity of transforming the file (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
-