| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
EventVariableSummary |
EventVariableSummary.clone() |
EventVariableSummary |
EventVariableSummary.withName(String name)
The event variable name.
|
EventVariableSummary |
EventVariableSummary.withSource(String source)
The event variable source.
|
EventVariableSummary |
EventVariableSummary.withValue(String value)
The value of the event variable.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventVariableSummary> |
GetEventPredictionMetadataResult.getEventVariables()
A list of event variables that influenced the prediction scores.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventVariables(EventVariableSummary... eventVariables)
A list of event variables that influenced the prediction scores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventPredictionMetadataResult.setEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
|
Copyright © 2022. All rights reserved.