Class Plead_approvingInputs

java.lang.Object
org.openprovenance.prov.template.library.plead.client.integrator.Plead_approvingInputs

public class Plead_approvingInputs extends Object
A Simple Bean that only contains the input of this template.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    end: Time when the transformation ends (expected type: xsd:dateTime)
    filename: The filename of the approved pipeline (expected type: xsd:string)
    final String
    The template name
    manager: The manager approving the ML pipeline (expected type: xsd:int)
    organization: An organization aiming managing the ML pipeline (expected type: xsd:int)
    path: The actual path of the file (expected type: xsd:string)
    pipeline: The pipeline before approval (expected type: xsd:int)
    score: The score obtained through validation (expected type: xsd:int)
    signature: The approval's signature (expected type: xsd:string)
    start: Time when the transformation starts (expected type: xsd:dateTime)
    time: Time when the filtered file is created (expected type: xsd:dateTime)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • isA

      public final String isA
      The template name
      See Also:
    • 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)
    • 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)
    • 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_approvingInputs

      public Plead_approvingInputs()