Interface PredictionProviderFactory

All Known Implementing Classes:
PredictionProviderFactoryImpl

public interface PredictionProviderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kie.kogito.explainability.model.PredictionProvider
    createPredictionProvider(String serviceUrl, ModelIdentifier modelIdentifier, Collection<? extends HasNameValue<org.kie.kogito.tracing.typedvalue.TypedValue>> predictionOutputs)
     
  • Method Details

    • createPredictionProvider

      org.kie.kogito.explainability.model.PredictionProvider createPredictionProvider(String serviceUrl, ModelIdentifier modelIdentifier, Collection<? extends HasNameValue<org.kie.kogito.tracing.typedvalue.TypedValue>> predictionOutputs)