FraudDetector / Client / delete_external_model
delete_external_model#
- FraudDetector.Client.delete_external_model(**kwargs)#
Removes a SageMaker model from Amazon Fraud Detector.
You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.
See also: AWS API Documentation
Request Syntax
response = client.delete_external_model( modelEndpoint='string' )
- Parameters:
modelEndpoint (string) –
[REQUIRED]
The endpoint of the Amazon Sagemaker model to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ConflictException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException