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'
)
[REQUIRED]
The endpoint of the Amazon Sagemaker model to delete.
{}
Response Structure
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ConflictException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException