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

Class: Aws::SageMaker::Types::ResourceLimits

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

Overview

Note:

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

{
  max_number_of_training_jobs: 1, # required
  max_parallel_training_jobs: 1, # required
}

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_training_jobsInteger

The maximum number of training jobs that a hyperparameter tuning job can launch.

Returns:

  • (Integer)

    The maximum number of training jobs that a hyperparameter tuning job can launch.

#max_parallel_training_jobsInteger

The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

Returns:

  • (Integer)

    The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.