A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/FraudDetector/Types/GetEventPredictionRequest.html below:

GetEventPredictionRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FraudDetector::Types::GetEventPredictionRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #detector_version_id ⇒ String #entities ⇒ Array<Types::Entity>

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 ⇒ String

The unique ID used to identify the event.

#event_timestamp ⇒ String

Timestamp that defines when the event under evaluation occurred.

#event_type_name ⇒ String

The 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