update_model_version_status
(**kwargs)¶Updates the status of a model version.
You can perform the following status updates:
TRAINING_IN_PROGRESS
status to TRAINING_CANCELLED
.TRAINING_COMPLETE
status to ACTIVE
.ACTIVE
to INACTIVE
.See also: AWS API Documentation
Request Syntax
response = client.update_model_version_status(
modelId='string',
modelType='ONLINE_FRAUD_INSIGHTS'|'TRANSACTION_FRAUD_INSIGHTS'|'ACCOUNT_TAKEOVER_INSIGHTS',
modelVersionNumber='string',
status='ACTIVE'|'INACTIVE'|'TRAINING_CANCELLED'
)
[REQUIRED]
The model ID of the model version to update.
[REQUIRED]
The model type.
[REQUIRED]
The model version number.
[REQUIRED]
The model version status.
dict
Response Syntax
{}
Response Structure
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