Class Plead_splittingInputs

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

public class Plead_splittingInputs 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)
    engineer: The engineer developing the ML pipeline (expected type: xsd:int)
    file: The file before splitting (expected type: xsd:int)
    filename1: The first filename resulting from the split (expected type: xsd:string)
    filename2: The second filename resulting from the split (expected type: xsd:string)
    final String
    The template name
    n_cols1: The number of columns in the file (expected type: xsd:int)
    n_cols2: The number of columns in the file (expected type: xsd:int)
    n_rows1: The number of rows in the file (expected type: xsd:int)
    n_rows2: The number of rows in the file (expected type: xsd:int)
    organization: An organization aiming managing the ML pipeline (expected type: xsd:int)
    path1: The actual path of the file (expected type: xsd:string)
    path2: The actual path of the file (expected type: xsd:string)
    start: Time when the transformation starts (expected type: xsd:dateTime)
    time: Time when the transformed 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:
    • filename1

      public String filename1
      filename1: The first filename resulting from the split (expected type: xsd:string)
    • filename2

      public String filename2
      filename2: The second filename resulting from the split (expected type: xsd:string)
    • file

      public Integer file
      file: The file before splitting (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)
    • n_rows1

      public Integer n_rows1
      n_rows1: The number of rows in the file (expected type: xsd:int)
    • n_cols1

      public Integer n_cols1
      n_cols1: The number of columns in the file (expected type: xsd:int)
    • path1

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

      public Integer n_rows2
      n_rows2: The number of rows in the file (expected type: xsd:int)
    • n_cols2

      public Integer n_cols2
      n_cols2: The number of columns in the file (expected type: xsd:int)
    • path2

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

      public String time
      time: Time when the transformed 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_splittingInputs

      public Plead_splittingInputs()