Interface Plead_trainingIntegrator<T>
public interface Plead_trainingIntegrator<T>
-
Method Summary
-
Method Details
-
process
T process(String filename, Integer training_dataset, Integer organization, Integer engineer, String path, String time, String start, String end) TODO doc.- Parameters:
filename- : The pipeline filename resulting from the training (expected type: xsd:string)training_dataset- : The dataset used in the training (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)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
-