| 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 |
|---|---|
Future<GetEventPredictionResult> |
AbstractAmazonFraudDetectorAsync.getEventPredictionAsync(GetEventPredictionRequest request,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler) |
Future<GetEventPredictionResult> |
AmazonFraudDetectorAsync.getEventPredictionAsync(GetEventPredictionRequest getEventPredictionRequest,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler)
Evaluates an event against a detector version.
|
Future<GetEventPredictionResult> |
AmazonFraudDetectorAsyncClient.getEventPredictionAsync(GetEventPredictionRequest request,
AsyncHandler<GetEventPredictionRequest,GetEventPredictionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEventPredictionRequest |
GetEventPredictionRequest.addEventVariablesEntry(String key,
String value)
Add a single EventVariables entry
|
GetEventPredictionRequest |
GetEventPredictionRequest.addExternalModelEndpointDataBlobsEntry(String key,
ModelEndpointDataBlob value)
Add a single ExternalModelEndpointDataBlobs entry
|
GetEventPredictionRequest |
GetEventPredictionRequest.clearEventVariablesEntries()
Removes all the entries added into EventVariables.
|
GetEventPredictionRequest |
GetEventPredictionRequest.clearExternalModelEndpointDataBlobsEntries()
Removes all the entries added into ExternalModelEndpointDataBlobs.
|
GetEventPredictionRequest |
GetEventPredictionRequest.clone() |
GetEventPredictionRequest |
GetEventPredictionRequest.withDetectorId(String detectorId)
The detector ID.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEntities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEntities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed the
event.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEventId(String eventId)
The unique ID used to identify the event.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEventTimestamp(String eventTimestamp)
Timestamp that defines when the event under evaluation occurred.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withEventVariables(Map<String,String> eventVariables)
Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their
corresponding values for the event you are sending for evaluation.
|
GetEventPredictionRequest |
GetEventPredictionRequest.withExternalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
Copyright © 2025. All rights reserved.