Class Plead_validatingBean

java.lang.Object
org.openprovenance.prov.template.library.plead.client.common.Plead_validatingBean

public class Plead_validatingBean extends Object
A Simple Bean that captures all variables of this template.
  • Field Details

    • isA

      public final String isA
      The template name
      See Also:
    • score

      public Integer score
      score: The result of the validation (expected type: xsd:int)
    • testing_dataset

      public Integer testing_dataset
      testing_dataset: The dataset used in the validation (expected type: xsd:int)
    • organization

      public Integer organization
      organization: An organization aiming managing the ML pipeline (expected type: xsd:int)
    • engineer

      public Integer engineer
      engineer: The engineer developing the ML pipeline (expected type: xsd:int)
    • validating

      public Integer validating
      validating: The activity of validating with the test dataset (expected type: xsd:int)
    • path

      public String path
      path: The actual path of the file (expected type: xsd:string)
    • score_value

      public Double score_value
      score_value: The validation score (expected type: xsd:double)
    • time

      public String time
      time: Time when the pipeline is created (expected type: xsd:dateTime)
    • start

      public String start
      start: Time when the transformation starts (expected type: xsd:dateTime)
    • end

      public String end
      end: Time when the transformation ends (expected type: xsd:dateTime)
  • Constructor Details

    • Plead_validatingBean

      public Plead_validatingBean()
  • Method Details