Update Model Version Status
frauddetector_update_model_version_status | R Documentation |
Updates the status of a model version¶
Description¶
Updates the status of a model version.
You can perform the following status updates:
-
Change the
TRAINING_IN_PROGRESS
status toTRAINING_CANCELLED
. -
Change the
TRAINING_COMPLETE
status toACTIVE
. -
Change
ACTIVE
toINACTIVE
.
Usage¶
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.
Value¶
An empty list.