View source: R/frauddetector_operations.R
frauddetector_update_model_version_status | R Documentation |
Updates the status of a model version.
See https://www.paws-r-sdk.com/docs/frauddetector_update_model_version_status/ for full documentation.
frauddetector_update_model_version_status(
modelId,
modelType,
modelVersionNumber,
status
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.