You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::GetEventPredictionRequestWhen passing GetEventPredictionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "string", detector_version_id: "wholeNumberVersionString",
event_id: "string", event_type_name: "string", entities: [ {
entity_type: "string", entity_id: "identifier", },
],
event_timestamp: "string", event_variables: { "variableName" => "variableValue",
},
external_model_endpoint_data_blobs: {
"string" => {
byte_buffer: "data",
content_type: "contentType",
},
},
}
Instance Attribute Summary collapse
The detector ID.
The detector version ID.
The entity type (associated with the detector\'s event type) and specific entity ID representing who performed the event.
The unique ID used to identify the event.
Timestamp that defines when the event under evaluation occurred.
The event type associated with the detector specified for the prediction.
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.
The Amazon SageMaker model endpoint input data blobs.
The entity type (associated with the detector\'s event type) and specific entity ID representing who performed the event. If an entity id is not available, use \"UNKNOWN.\"
#event_id ⇒ StringThe unique ID used to identify the event.
#event_timestamp ⇒ StringTimestamp that defines when the event under evaluation occurred.
#event_type_name ⇒ StringThe event type associated with the detector specified for the prediction.
#event_variables ⇒ Hash<String,String>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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4