Package org.kie.kogito.explainability
Class PredictionProviderFactoryImpl
java.lang.Object
org.kie.kogito.explainability.PredictionProviderFactoryImpl
- All Implemented Interfaces:
PredictionProviderFactory
@ApplicationScoped
public class PredictionProviderFactoryImpl
extends Object
implements PredictionProviderFactory
-
Constructor Summary
ConstructorsConstructorDescriptionPredictionProviderFactoryImpl(io.vertx.mutiny.core.Vertx vertx, org.eclipse.microprofile.context.ThreadContext threadContext, org.eclipse.microprofile.context.ManagedExecutor managedExecutor) -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.kogito.explainability.model.PredictionProvidercreatePredictionProvider(String serviceUrl, ModelIdentifier modelIdentifier, Collection<? extends HasNameValue<org.kie.kogito.tracing.typedvalue.TypedValue>> predictionOutputs)
-
Constructor Details
-
PredictionProviderFactoryImpl
@Inject public PredictionProviderFactoryImpl(io.vertx.mutiny.core.Vertx vertx, org.eclipse.microprofile.context.ThreadContext threadContext, org.eclipse.microprofile.context.ManagedExecutor managedExecutor)
-
-
Method Details
-
createPredictionProvider
public org.kie.kogito.explainability.model.PredictionProvider createPredictionProvider(String serviceUrl, ModelIdentifier modelIdentifier, Collection<? extends HasNameValue<org.kie.kogito.tracing.typedvalue.TypedValue>> predictionOutputs) - Specified by:
createPredictionProviderin interfacePredictionProviderFactory
-