Class Plead_trainingBean

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

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

    Fields
    Modifier and Type
    Field
    Description
    end: Time when the transformation ends (expected type: xsd:dateTime)
    engineer: The engineer developing the ML pipeline (expected type: xsd:int)
    filename: The pipeline filename resulting from the training (expected type: xsd:string)
    final String
    The template name
    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 resulting from the training (expected type: xsd:int)
    start: Time when the transformation starts (expected type: xsd:dateTime)
    time: Time when the pipeline is created (expected type: xsd:dateTime)
    training: The activity of transforming the file (expected type: xsd:int)
    training_dataset: The dataset used in the training (expected type: xsd:int)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
     

    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:
    • pipeline

      public Integer pipeline
      pipeline: The pipeline resulting from the training (expected type: xsd:int)
    • 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)
    • training

      public Integer training
      training: The activity of transforming the file (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_trainingBean

      public Plead_trainingBean()
  • Method Details