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 ModelIdentifier Modifier and Type Method Description ModelIdentifierBaseExplainabilityRequest. getModelIdentifier()Constructors in org.kie.kogito.explainability.api with parameters of type ModelIdentifier Constructor Description BaseExplainabilityRequest(@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)
-