2021/01/13 - Amazon Fraud Detector - 1 updated api methods
Changes Update frauddetector client to latest version
{'status': {'TRAINING_CANCELLED'}}
Updates the status of a model version.
You can perform the following status updates:
Change the TRAINING_COMPLETE status to ACTIVE.
Change ACTIVE``to ``INACTIVE.
See also: AWS API Documentation
Request Syntax
client.update_model_version_status( modelId='string', modelType='ONLINE_FRAUD_INSIGHTS', modelVersionNumber='string', status='ACTIVE'|'INACTIVE'|'TRAINING_CANCELLED' )
string
[REQUIRED]
The model ID of the model version to update.
string
[REQUIRED]
The model type.
string
[REQUIRED]
The model version number.
string
[REQUIRED]
The model version status.
dict
Response Syntax
{}
Response Structure
(dict) --