frauddetector_update_model_version_status {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.7.0 Index]