Uses of Class
org.kie.kogito.explainability.api.ModelIdentifier
-
Uses of ModelIdentifier in org.kie.kogito.explainability.api
Methods in org.kie.kogito.explainability.api that return ModelIdentifierConstructors in org.kie.kogito.explainability.api with parameters of type ModelIdentifierModifierConstructorDescriptionprotectedBaseExplainabilityRequest(@NotNull String executionId, @NotBlank String serviceUrl, @NotNull ModelIdentifier modelIdentifier) CounterfactualExplainabilityRequest(@NotNull String executionId, @NotBlank String serviceUrl, @NotNull ModelIdentifier modelIdentifier, @NotNull String counterfactualId, @NotNull Collection<NamedTypedValue> originalInputs, @NotNull Collection<NamedTypedValue> goals, @NotNull Collection<CounterfactualSearchDomain> searchDomains, Long maxRunningTimeSeconds) LIMEExplainabilityRequest(@NotNull String executionId, @NotBlank String serviceUrl, @NotNull ModelIdentifier modelIdentifier, @NotNull Collection<NamedTypedValue> inputs, @NotNull Collection<NamedTypedValue> outputs)