stop_recommender

Personalize.Client.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'
)
Parameters
recommenderArn (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{
    'recommenderArn': 'string'
}

Response Structure

  • (dict) --
    • recommenderArn (string) --

      The Amazon Resource Name (ARN) of the recommender you stopped.

Exceptions

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