frauddetector_put_entity_type: Creates or updates an entity type

View source: R/frauddetector_operations.R

frauddetector_put_entity_typeR Documentation

Creates or updates an entity type

Description

Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.

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

Usage

frauddetector_put_entity_type(name, description = NULL, tags = NULL)

Arguments

name

[required] The name of the entity type.

description

The description.

tags

A collection of key and value pairs.


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