class Aws::Personalize::Types::HPOResourceConfig

Describes the resource configuration for hyperparameter optimization (HPO).

@note When making an API call, you may pass HPOResourceConfig

data as a hash:

    {
      max_number_of_training_jobs: "HPOResource",
      max_parallel_training_jobs: "HPOResource",
    }

@!attribute [rw] max_number_of_training_jobs

The maximum number of training jobs when you create a solution
version. The maximum value for `maxNumberOfTrainingJobs` is `40`.
@return [String]

@!attribute [rw] max_parallel_training_jobs

The maximum number of parallel training jobs when you create a
solution version. The maximum value for `maxParallelTrainingJobs` is
`10`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/HPOResourceConfig AWS API Documentation

Constants

SENSITIVE