Uses of Class
org.kie.kogito.explainability.api.NamedTypedValue
-
Uses of NamedTypedValue in org.kie.kogito.explainability.api
Methods in org.kie.kogito.explainability.api that return types with arguments of type NamedTypedValueModifier and TypeMethodDescriptionCounterfactualExplainabilityRequest.getGoals()CounterfactualExplainabilityResult.getInputs()LIMEExplainabilityRequest.getInputs()CounterfactualExplainabilityRequest.getOriginalInputs()CounterfactualExplainabilityResult.getOutputs()LIMEExplainabilityRequest.getOutputs()Method parameters in org.kie.kogito.explainability.api with type arguments of type NamedTypedValueModifier and TypeMethodDescriptionCounterfactualExplainabilityResult.buildSucceeded(String executionId, String counterfactualId, String solutionId, Long sequenceId, Boolean isValid, CounterfactualExplainabilityResult.Stage stage, Collection<NamedTypedValue> inputs, Collection<NamedTypedValue> outputs) Constructor parameters in org.kie.kogito.explainability.api with type arguments of type NamedTypedValueModifierConstructorDescriptionCounterfactualExplainabilityRequest(@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) CounterfactualExplainabilityResult(@NotNull String executionId, @NotNull String counterfactualId, @NotNull String solutionId, @NotNull Long sequenceId, @NotNull ExplainabilityStatus status, String statusDetails, @NotNull Boolean isValid, @NotNull CounterfactualExplainabilityResult.Stage stage, @NotNull Collection<NamedTypedValue> inputs, @NotNull Collection<NamedTypedValue> outputs) LIMEExplainabilityRequest(@NotNull String executionId, @NotBlank String serviceUrl, @NotNull ModelIdentifier modelIdentifier, @NotNull Collection<NamedTypedValue> inputs, @NotNull Collection<NamedTypedValue> outputs)