Uses of Record Class
org.alfresco.hxi_connector.prediction_applier.model.prediction.Prediction
Packages that use Prediction
Package
Description
-
Uses of Prediction in org.alfresco.hxi_connector.prediction_applier.hx_insight
Methods in org.alfresco.hxi_connector.prediction_applier.hx_insight with parameters of type PredictionModifier and TypeMethodDescriptionorg.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModelPredictionMapper.map(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType) org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModelPredictionMapperImpl.map(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType) -
Uses of Prediction in org.alfresco.hxi_connector.prediction_applier.model.prediction
Methods in org.alfresco.hxi_connector.prediction_applier.model.prediction that return types with arguments of type PredictionModifier and TypeMethodDescriptionPredictionEntry.predictions()Returns the value of thepredictionsrecord component.Constructor parameters in org.alfresco.hxi_connector.prediction_applier.model.prediction with type arguments of type PredictionModifierConstructorDescriptionPredictionEntry(String objectId, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType, List<Prediction> predictions) Creates an instance of aPredictionEntryrecord class.