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
ordays
. For example, to automatically create a new solution version every 5 days, specifyrate(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 AWS SDKs, see the following: