delete_recommender

Personalize.Client.delete_recommender(**kwargs)

Deactivates and removes a recommender. A deleted recommender can no longer be specified in a GetRecommendations request.

See also: AWS API Documentation

Request Syntax

response = client.delete_recommender(
    recommenderArn='string'
)
Parameters
recommenderArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the recommender to delete.

Returns
None

Exceptions

  • Personalize.Client.exceptions.InvalidInputException
  • Personalize.Client.exceptions.ResourceNotFoundException
  • Personalize.Client.exceptions.ResourceInUseException