Class Plead_trainingInputs

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

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

    • isA

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

      public String filename
      filename: The pipeline filename resulting from the training (expected type: xsd:string)
    • training_dataset

      public Integer training_dataset
      training_dataset: The dataset used in the training (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)
    • path

      public String path
      path: The actual path of the file (expected type: xsd:string)
    • 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_trainingInputs

      public Plead_trainingInputs()