Interface PredictionMapper

All Known Implementing Classes:
PredictionMapperImpl

public interface PredictionMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel
    map(PredictionEntry predictionEntry)
     
    org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel
    map(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType)
     
  • Method Details

    • map

      default org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel map(PredictionEntry predictionEntry)
    • map

      org.alfresco.hxi_connector.hxi_extension.rest.api.model.PredictionModel map(Prediction prediction, String modelId, org.alfresco.hxi_connector.hxi_extension.rest.api.model.UpdateType enrichmentType)