frauddetector_put_event_type: Creates or updates an event type

View source: R/frauddetector_operations.R

frauddetector_put_event_typeR Documentation

Creates or updates an event type

Description

Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.

See https://www.paws-r-sdk.com/docs/frauddetector_put_event_type/ for full documentation.

Usage

frauddetector_put_event_type(
  name,
  description = NULL,
  eventVariables,
  labels = NULL,
  entityTypes,
  eventIngestion = NULL,
  tags = NULL,
  eventOrchestration = NULL
)

Arguments

name

[required] The name.

description

The description of the event type.

eventVariables

[required] The event type variables.

labels

The event type labels.

entityTypes

[required] The entity type for the event type. Example entity types: customer, merchant, account.

eventIngestion

Specifies if ingestion is enabled or disabled.

tags

A collection of key and value pairs.

eventOrchestration

Enables or disables event orchestration. If enabled, you can send event predictions to select AWS services for downstream processing of the events.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.