Interface Plead_trainingProcessor<T>


public interface Plead_trainingProcessor<T>
  • Method Details

    • process

      T process(Integer pipeline, String filename, Integer training_dataset, Integer organization, Integer engineer, Integer training, String path, String time, String start, String end)
      TODO doc.
      Parameters:
      pipeline - : The pipeline resulting from the training (expected type: xsd:int)
      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)
      training - : The activity of transforming the file (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