Class Plead_trainingInputs
java.lang.Object
org.openprovenance.prov.template.library.plead.client.integrator.Plead_trainingInputs
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)engineer: The engineer developing the ML pipeline (expected type: xsd:int)filename: The pipeline filename resulting from the training (expected type: xsd:string)final StringThe template nameorganization: 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 pipeline is created (expected type: xsd:dateTime)training_dataset: The dataset used in the training (expected type: xsd:int) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isA
-
filename
filename: The pipeline filename resulting from the training (expected type: xsd:string) -
training_dataset
training_dataset: The dataset used in the training (expected type: xsd:int) -
organization
organization: An organization aiming managing the ML pipeline (expected type: xsd:int) -
engineer
engineer: The engineer developing the ML pipeline (expected type: xsd:int) -
path
path: The actual path of the file (expected type: xsd:string) -
time
time: Time when the pipeline 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_trainingInputs
public Plead_trainingInputs()
-