frauddetector_update_model_version: Updates a model version

View source: R/frauddetector_operations.R

frauddetector_update_model_versionR Documentation

Updates a model version

Description

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.

Usage

frauddetector_update_model_version(
  modelId,
  modelType,
  majorVersionNumber,
  externalEventsDetail = NULL,
  ingestedEventsDetail = NULL,
  tags = NULL
)

Arguments

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 trainingDataSource is EXTERNAL_EVENTS.

ingestedEventsDetail

The details of the ingested event used for training the model version. Required if your trainingDataSource is INGESTED_EVENTS.

tags

A collection of key and value pairs.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.