frauddetector_update_model_version_status: Updates the status of a model version

View source: R/frauddetector_operations.R

frauddetector_update_model_version_statusR Documentation

Updates the status of a model version

Description

Updates the status of a model version.

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

Usage

frauddetector_update_model_version_status(
  modelId,
  modelType,
  modelVersionNumber,
  status
)

Arguments

modelId

[required] The model ID of the model version to update.

modelType

[required] The model type.

modelVersionNumber

[required] The model version number.

status

[required] The model version status.


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