FraudDetector / Client / update_model
update_model#
- FraudDetector.Client.update_model(**kwargs)#
Updates model description.
See also: AWS API Documentation
Request Syntax
response = client.update_model( modelId='string', modelType='ONLINE_FRAUD_INSIGHTS'|'TRANSACTION_FRAUD_INSIGHTS'|'ACCOUNT_TAKEOVER_INSIGHTS', description='string' )
- Parameters:
modelId (string) –
[REQUIRED]
The model ID.
modelType (string) –
[REQUIRED]
The model type.
description (string) – The new model description.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ResourceNotFoundException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException
FraudDetector.Client.exceptions.ConflictException