Interface Plead_approvingProcessor<T>
public interface Plead_approvingProcessor<T>
-
Method Summary
-
Method Details
-
process
T process(Integer approved_pipeline, String filename, Integer pipeline, Integer approval_record, Integer score, Integer organization, Integer manager, Integer approving, String signature, String path, String time, String start, String end) TODO doc.- Parameters:
approved_pipeline- : The approved pipeline (expected type: xsd:int)filename- : The filename of the approved pipeline (expected type: xsd:string)pipeline- : The pipeline before approval (expected type: xsd:int)approval_record- : The approval record (expected type: xsd:int)score- : The score obtained through validation (expected type: xsd:int)organization- : An organization aiming managing the ML pipeline (expected type: xsd:int)manager- : The manager approving the ML pipeline (expected type: xsd:int)approving- : The activity of approving the pipeline (expected type: xsd:int)signature- : The approval's signature (expected type: xsd:string)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
-