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 NamedTypedValue Modifier and Type Method Description Collection<NamedTypedValue>CounterfactualExplainabilityRequest. getGoals()Collection<NamedTypedValue>CounterfactualExplainabilityResult. getInputs()Collection<NamedTypedValue>LIMEExplainabilityRequest. getInputs()Collection<NamedTypedValue>CounterfactualExplainabilityRequest. getOriginalInputs()Collection<NamedTypedValue>CounterfactualExplainabilityResult. getOutputs()Collection<NamedTypedValue>LIMEExplainabilityRequest. getOutputs()Method parameters in org.kie.kogito.explainability.api with type arguments of type NamedTypedValue Modifier and Type Method Description static CounterfactualExplainabilityResultCounterfactualExplainabilityResult. 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 NamedTypedValue Constructor Description 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)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)
-