Interface Plead_validatingProcessor<T>


public interface Plead_validatingProcessor<T>
  • Method Details

    • process

      T process(Integer score, Integer testing_dataset, Integer organization, Integer engineer, Integer validating, String path, Double score_value, String time, String start, String end)
      TODO doc.
      Parameters:
      score - : The result of the validation (expected type: xsd:int)
      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)
      validating - : The activity of validating with the test dataset (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