AWS::Personalize::Solution HpoResourceConfig
Describes the resource configuration for hyperparameter optimization (HPO).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxNumberOfTrainingJobs" :
String
, "MaxParallelTrainingJobs" :String
}
YAML
MaxNumberOfTrainingJobs:
String
MaxParallelTrainingJobs:String
Properties
MaxNumberOfTrainingJobs
-
The maximum number of training jobs when you create a solution version. The maximum value for
maxNumberOfTrainingJobs
is40
.Required: No
Type: String
Maximum:
256
Update requires: Replacement
MaxParallelTrainingJobs
-
The maximum number of parallel training jobs when you create a solution version. The maximum value for
maxParallelTrainingJobs
is10
.Required: No
Type: String
Maximum:
256
Update requires: Replacement