AutoTrainingConfig - Amazon Personalize
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AutoTrainingConfig

The automatic training configuration to use when performAutoTraining is true.

Contents

schedulingExpression

Specifies how often to automatically train new solution versions. Specify a rate expression in rate(value unit) format. For value, specify a number between 1 and 30. For unit, specify day or days. For example, to automatically create a new solution version every 5 days, specify rate(5 days). The default is every 7 days.

For more information about auto training, see Creating and configuring a solution.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 16.

Pattern: rate\(\d+ days?\)

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: