Class Plead_approvingInputs
java.lang.Object
org.openprovenance.prov.template.library.plead.client.integrator.Plead_approvingInputs
A Simple Bean that only contains the input of this template.
-
Field Summary
FieldsModifier and TypeFieldDescriptionend: Time when the transformation ends (expected type: xsd:dateTime)filename: The filename of the approved pipeline (expected type: xsd:string)final StringThe template namemanager: 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 -
Method Summary
-
Field Details
-
isA
-
filename
filename: The filename of the approved pipeline (expected type: xsd:string) -
pipeline
pipeline: The pipeline before approval (expected type: xsd:int) -
score
score: The score obtained through validation (expected type: xsd:int) -
organization
organization: An organization aiming managing the ML pipeline (expected type: xsd:int) -
manager
manager: The manager approving the ML pipeline (expected type: xsd:int) -
signature
signature: The approval's signature (expected type: xsd:string) -
path
path: The actual path of the file (expected type: xsd:string) -
time
time: Time when the filtered file is created (expected type: xsd:dateTime) -
start
start: Time when the transformation starts (expected type: xsd:dateTime) -
end
end: Time when the transformation ends (expected type: xsd:dateTime)
-
-
Constructor Details
-
Plead_approvingInputs
public Plead_approvingInputs()
-