Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

start_recommender

start_recommender(**kwargs)

Starts a recommender that is INACTIVE. Starting a recommender does not create any new models, but resumes billing and automatic retraining for the recommender.

See also: AWS API Documentation

Request Syntax

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

[REQUIRED]

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

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

Response Structure

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

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

Exceptions

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