Class Plead_transformingInputs_1

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

public class Plead_transformingInputs_1 extends Object
A Simple Bean that only contains the input of this template. This includes shared variables [transformed_file, transforming].
  • 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 transformation (expected type: xsd:int)
    filename: The name of the transformed file (expected type: xsd:string)
    final String
    The template name
    method: The method to transform the file (expected type: xsd:int)
    n_cols: The number of columns in the file (expected type: xsd:int)
    n_rows: The number of rows in the file (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)
    start: Time when the transformation starts (expected type: xsd:dateTime)
    time: Time when the transformed file is created (expected type: xsd:dateTime)
    transformed_file: The file resulting from transformation (expected type: xsd:int) This is a shared variable in a template composition.
    transforming: The activity of transforming the file (expected type: xsd:int) This is a shared variable in a template composition.
  • 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:
    • transformed_file

      public Integer transformed_file
      transformed_file: The file resulting from transformation (expected type: xsd:int) This is a shared variable in a template composition.
    • filename

      public String filename
      filename: The name of the transformed file (expected type: xsd:string)
    • file

      public Integer file
      file: The file before transformation (expected type: xsd:int)
    • method

      public Integer method
      method: The method to transform the file (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)
    • transforming

      public Integer transforming
      transforming: The activity of transforming the file (expected type: xsd:int) This is a shared variable in a template composition.
    • n_rows

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

      public Integer n_cols
      n_cols: The number of columns in 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 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_transformingInputs_1

      public Plead_transformingInputs_1()