View source: R/frauddetector_operations.R
frauddetector_update_model_version | R Documentation |
Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.
See https://www.paws-r-sdk.com/docs/frauddetector_update_model_version/ for full documentation.
frauddetector_update_model_version(
modelId,
modelType,
majorVersionNumber,
externalEventsDetail = NULL,
ingestedEventsDetail = NULL,
tags = NULL
)
modelId |
[required] The model ID. |
modelType |
[required] The model type. |
majorVersionNumber |
[required] The major version number. |
externalEventsDetail |
The details of the external events data used for training the model
version. Required if |
ingestedEventsDetail |
The details of the ingested event used for training the model version.
Required if your |
tags |
A collection of key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.