frauddetector_update_model {paws.machine.learning} | R Documentation |
Updates model description
Description
Updates model description.
See https://www.paws-r-sdk.com/docs/frauddetector_update_model/ for full documentation.
Usage
frauddetector_update_model(modelId, modelType, description = NULL)
Arguments
modelId |
[required] The model ID. |
modelType |
[required] The model type. |
description |
The new model description. |
[Package paws.machine.learning version 0.7.0 Index]