public static interface PredictionExplanations.Builder extends SdkPojo, CopyableBuilder<PredictionExplanations.Builder,PredictionExplanations>
| Modifier and Type | Method and Description |
|---|---|
PredictionExplanations.Builder |
aggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations.Builder |
aggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations.Builder |
aggregatedVariablesImpactExplanations(Consumer<AggregatedVariablesImpactExplanation.Builder>... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
|
PredictionExplanations.Builder |
variableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
PredictionExplanations.Builder |
variableImpactExplanations(Consumer<VariableImpactExplanation.Builder>... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
PredictionExplanations.Builder |
variableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictionExplanations.Builder variableImpactExplanations(Collection<VariableImpactExplanation> variableImpactExplanations)
The details of the event variable's impact on the prediction score.
variableImpactExplanations - The details of the event variable's impact on the prediction score.PredictionExplanations.Builder variableImpactExplanations(VariableImpactExplanation... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
variableImpactExplanations - The details of the event variable's impact on the prediction score.PredictionExplanations.Builder variableImpactExplanations(Consumer<VariableImpactExplanation.Builder>... variableImpactExplanations)
The details of the event variable's impact on the prediction score.
This is a convenience method that creates an instance of theVariableImpactExplanation.Builder avoiding the
need to create one manually via
VariableImpactExplanation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #variableImpactExplanations(List.
variableImpactExplanations - a consumer that will call methods on
VariableImpactExplanation.Builder#variableImpactExplanations(java.util.Collection) PredictionExplanations.Builder aggregatedVariablesImpactExplanations(Collection<AggregatedVariablesImpactExplanation> aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model
might calculate the number of times an user has logged in using the same IP address. In this case, event
variables used to derive the aggregated variables are IP address and user.
aggregatedVariablesImpactExplanations - The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to
continuously calculate a set of variables (aggregated variables) based on historical events. For
example, your ATI model might calculate the number of times an user has logged in using the same IP
address. In this case, event variables used to derive the aggregated variables are
IP address and user.
PredictionExplanations.Builder aggregatedVariablesImpactExplanations(AggregatedVariablesImpactExplanation... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model
might calculate the number of times an user has logged in using the same IP address. In this case, event
variables used to derive the aggregated variables are IP address and user.
aggregatedVariablesImpactExplanations - The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to
continuously calculate a set of variables (aggregated variables) based on historical events. For
example, your ATI model might calculate the number of times an user has logged in using the same IP
address. In this case, event variables used to derive the aggregated variables are
IP address and user.
PredictionExplanations.Builder aggregatedVariablesImpactExplanations(Consumer<AggregatedVariablesImpactExplanation.Builder>... aggregatedVariablesImpactExplanations)
The details of the aggregated variables impact on the prediction score.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously
calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model
might calculate the number of times an user has logged in using the same IP address. In this case, event
variables used to derive the aggregated variables are IP address and user.
AggregatedVariablesImpactExplanation.Builder
avoiding the need to create one manually via
AggregatedVariablesImpactExplanation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #aggregatedVariablesImpactExplanations(List.
aggregatedVariablesImpactExplanations - a consumer that will call methods on
AggregatedVariablesImpactExplanation.Builder#aggregatedVariablesImpactExplanations(java.util.Collection) Copyright © 2023. All rights reserved.