This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Personalize::Solution HpoResourceConfig
Describes the resource configuration for hyperparameter optimization (HPO).
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MaxNumberOfTrainingJobs" :String, "MaxParallelTrainingJobs" :String}
YAML
MaxNumberOfTrainingJobs:StringMaxParallelTrainingJobs:String
Properties
MaxNumberOfTrainingJobs-
The maximum number of training jobs when you create a solution version. The maximum value for
maxNumberOfTrainingJobsis40.Required: No
Type: String
Maximum:
256Update requires: Replacement
MaxParallelTrainingJobs-
The maximum number of parallel training jobs when you create a solution version. The maximum value for
maxParallelTrainingJobsis10.Required: No
Type: String
Maximum:
256Update requires: Replacement