AWS::Personalize::Solution HpoResourceConfig - Amazon CloudFormation
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).

AWS::Personalize::Solution HpoResourceConfig

Describes the resource configuration for hyperparameter optimization (HPO).

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxNumberOfTrainingJobs" : String, "MaxParallelTrainingJobs" : String }

Properties

MaxNumberOfTrainingJobs

The maximum number of training jobs when you create a solution version. The maximum value for maxNumberOfTrainingJobs is 40.

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 is 10.

Required: No

Type: String

Maximum: 256

Update requires: Replacement