Class Plead_approvingBean

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

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

    • isA

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

      public Integer approved_pipeline
      approved_pipeline: The approved pipeline (expected type: xsd:int)
    • filename

      public String filename
      filename: The filename of the approved pipeline (expected type: xsd:string)
    • pipeline

      public Integer pipeline
      pipeline: The pipeline before approval (expected type: xsd:int)
    • approval_record

      public Integer approval_record
      approval_record: The approval record (expected type: xsd:int)
    • score

      public Integer score
      score: The score obtained through validation (expected type: xsd:int)
    • organization

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

      public Integer manager
      manager: The manager approving the ML pipeline (expected type: xsd:int)
    • approving

      public Integer approving
      approving: The activity of approving the pipeline (expected type: xsd:int)
    • signature

      public String signature
      signature: The approval's signature (expected type: xsd:string)
    • path

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

      public String time
      time: Time when the filtered file 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_approvingBean

      public Plead_approvingBean()
  • Method Details