performAutoTraining
Whether the solution uses automatic training to create new solution versions (trained models). The default is True
and the solution automatically creates new solution versions every 7 days. You can change the training frequency by specifying a schedulingExpression
in the AutoTrainingConfig
as part of solution configuration. For more information about automatic training, see Configuring automatic training.
Automatic solution version creation starts within one hour after the solution is ACTIVE. If you manually create a solution version within the hour, the solution skips the first automatic training.
After training starts, you can get the solution version's Amazon Resource Name (ARN) with the ListSolutionVersions API operation. To get its status, use the DescribeSolutionVersion.