Interface Plead_approvingIntegrator<T>
public interface Plead_approvingIntegrator<T>
-
Method Summary
-
Method Details
-
process
T process(String filename, Integer pipeline, Integer score, Integer organization, Integer manager, String signature, String path, String time, String start, String end) TODO doc.- Parameters:
filename- : The filename of the approved pipeline (expected type: xsd:string)pipeline- : The pipeline before approval (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)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
-