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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the recommender to start.
{
'recommenderArn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the recommender you started.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException
Personalize.Client.exceptions.ResourceInUseException