Uses of Class
software.amazon.awssdk.services.frauddetector.model.EventVariableSummary
-
Packages that use EventVariableSummary Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EventVariableSummary in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EventVariableSummary Modifier and Type Method Description List<EventVariableSummary>GetEventPredictionMetadataResponse. eventVariables()A list of event variables that influenced the prediction scores.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type EventVariableSummary Modifier and Type Method Description GetEventPredictionMetadataResponse.BuilderGetEventPredictionMetadataResponse.Builder. eventVariables(EventVariableSummary... eventVariables)A list of event variables that influenced the prediction scores.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type EventVariableSummary Modifier and Type Method Description GetEventPredictionMetadataResponse.BuilderGetEventPredictionMetadataResponse.Builder. eventVariables(Collection<EventVariableSummary> eventVariables)A list of event variables that influenced the prediction scores.
-