| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataResult |
AmazonFraudDetectorClient.getEventPredictionMetadata(GetEventPredictionMetadataRequest request)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
GetEventPredictionMetadataResult |
AbstractAmazonFraudDetector.getEventPredictionMetadata(GetEventPredictionMetadataRequest request) |
GetEventPredictionMetadataResult |
AmazonFraudDetector.getEventPredictionMetadata(GetEventPredictionMetadataRequest getEventPredictionMetadataRequest)
Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector
version ID that was generated in the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.clone() |
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withDetectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withDetectorVersionStatus(String detectorVersionStatus)
The status of the detector version.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEntityId(String entityId)
The entity ID.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEntityType(String entityType)
The entity type.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEvaluatedExternalModels(Collection<EvaluatedExternalModel> evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEvaluatedExternalModels(EvaluatedExternalModel... evaluatedExternalModels)
External (Amazon SageMaker) models that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEvaluatedModelVersions(Collection<EvaluatedModelVersion> evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEvaluatedModelVersions(EvaluatedModelVersion... evaluatedModelVersions)
Model versions that were evaluated for generating predictions.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventId(String eventId)
The event ID.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventTimestamp(String eventTimestamp)
The timestamp for when the prediction was generated for the associated event ID.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventTypeName(String eventTypeName)
The event type associated with the detector specified for this prediction.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventVariables(Collection<EventVariableSummary> eventVariables)
A list of event variables that influenced the prediction scores.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withEventVariables(EventVariableSummary... eventVariables)
A list of event variables that influenced the prediction scores.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withOutcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withOutcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule used for evaluating variable values.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRules(Collection<EvaluatedRule> rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
GetEventPredictionMetadataResult |
GetEventPredictionMetadataResult.withRules(EvaluatedRule... rules)
List of rules associated with the detector version that were used for evaluating variable values.
|
Copyright © 2024. All rights reserved.