Skip to content

Update Model

frauddetector_update_model R Documentation

Updates model description

Description

Updates model description.

Usage

frauddetector_update_model(modelId, modelType, description)

Arguments

modelId

[required] The model ID.

modelType

[required] The model type.

description

The new model description.

Value

An empty list.

Request syntax

svc$update_model(
  modelId = "string",
  modelType = "ONLINE_FRAUD_INSIGHTS"|"TRANSACTION_FRAUD_INSIGHTS"|"ACCOUNT_TAKEOVER_INSIGHTS",
  description = "string"
)