stop_recommender
(**kwargs)¶Stops a recommender that is ACTIVE. Stopping a recommender halts billing and automatic retraining for the recommender.
See also: AWS API Documentation
Request Syntax
response = client.stop_recommender(
recommenderArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the recommender to stop.
{
'recommenderArn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the recommender you stopped.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException
Personalize.Client.exceptions.ResourceInUseException