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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetEventPredictionRequest.Builder |
GetEventPredictionRequest.toBuilder() |
|