frauddetector_create_model: Creates a model using the specified model type

View source: R/frauddetector_operations.R

frauddetector_create_modelR Documentation

Creates a model using the specified model type

Description

Creates a model using the specified model type.

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

Usage

frauddetector_create_model(
  modelId,
  modelType,
  description = NULL,
  eventTypeName,
  tags = NULL
)

Arguments

modelId

[required] The model ID.

modelType

[required] The model type.

description

The model description.

eventTypeName

[required] The name of the event type.

tags

A collection of key and value pairs.


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