ResourceInUseException: An error occurred (ResourceInUseException) when calling the DeleteDataset operation

0

I am having trouble with the deletion of Interactions Dataset. I was trying to delete the existing Dataset in my Dataset Group, in order to create a new one, with the boto3 delete_dataset() function (from a Sagemaker Notebook) when I recieved the following error: "ResourceInUseException: An error occurred (ResourceInUseException) when calling the DeleteDataset operation: Please delete all filters before deleting the dataset". I have no filters in the datasets, that is why I was confused. I tried also to delete the same dataset using the CLI, but recieved the same error message. I stoped the ACTIVE recommender in case there was a problem with that but the same error occurred. Can you help me with a solution for this error? Thank you in advance.

已提问 2 年前509 查看次数
1 回答
1
已接受的回答

Since recommenders transparently create a filter to exclude recently watched content (VOD domain recommenders) or recently purchased items (e-commerce domain recommenders), I suspect that is what is triggering the error. Stopping the recommender must not be deleting this internal filter. Therefore, you will probably have to delete the recommender before the dataset can be deleted.

AWS
James_J
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则