Delete External Model
frauddetector_delete_external_model | R Documentation |
Removes a SageMaker model from Amazon Fraud Detector¶
Description¶
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.
Usage¶
frauddetector_delete_external_model(modelEndpoint)
Arguments¶
modelEndpoint |
[required] The endpoint of the Amazon Sagemaker model to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_external_model(
modelEndpoint = "string"
)