You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::HPOResourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HPOResourceConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

Describes the resource configuration for hyperparameter optimization (HPO).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_training_jobsString

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

Returns:

  • (String)

    The maximum number of training jobs when you create a solution version.

#max_parallel_training_jobsString

The maximum number of parallel training jobs when you create a solution version. The maximum value for maxParallelTrainingJobs is 10.

Returns:

  • (String)

    The maximum number of parallel training jobs when you create a solution version.