Interface Plead_validatingIntegrator<T>
public interface Plead_validatingIntegrator<T>
-
Method Summary
-
Method Details
-
process
T process(Integer testing_dataset, Integer organization, Integer engineer, String path, Double score_value, String time, String start, String end) TODO doc.- Parameters:
testing_dataset- : The dataset used in the validation (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)path- : The actual path of the file (expected type: xsd:string)score_value- : The validation score (expected type: xsd:double)time- : Time when the pipeline 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
-