| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
default GetEventPredictionResponse |
FraudDetectorClient.getEventPrediction(Consumer<GetEventPredictionRequest.Builder> getEventPredictionRequest)
Evaluates an event against a detector version.
|
default CompletableFuture<GetEventPredictionResponse> |
FraudDetectorAsyncClient.getEventPrediction(Consumer<GetEventPredictionRequest.Builder> getEventPredictionRequest)
Evaluates an event against a detector version.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEventPredictionRequest.Builder |
GetEventPredictionRequest.builder() |
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.detectorId(String detectorId)
The detector ID.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.detectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.entities(Collection<Entity> entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.entities(Consumer<Entity.Builder>... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.entities(Entity... entities)
The entity type (associated with the detector's event type) and specific entity ID representing who performed
the event.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.eventId(String eventId)
The unique ID used to identify the event.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.eventTimestamp(String eventTimestamp)
Timestamp that defines when the event under evaluation occurred.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.eventVariables(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.Builder |
GetEventPredictionRequest.Builder.externalModelEndpointDataBlobs(Map<String,ModelEndpointDataBlob> externalModelEndpointDataBlobs)
The Amazon SageMaker model endpoint input data blobs.
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventPredictionRequest.Builder> |
GetEventPredictionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.