Class PredictionModel
java.lang.Object
org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel
-
Constructor Summary
ConstructorsConstructorDescriptionPredictionModel(String property, Date predictionDateTime, float confidenceLevel, String modelId, Serializable predictionValue, UpdateType updateType) -
Method Summary
-
Constructor Details
-
PredictionModel
public PredictionModel(String property, Date predictionDateTime, float confidenceLevel, String modelId, Serializable predictionValue, UpdateType updateType)
-