#include <ResourceLimits.h>
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
See Also:
AWS API Reference
Definition at line 30 of file ResourceLimits.h.
◆ ResourceLimits() [1/2]
Aws::SageMaker::Model::ResourceLimits::ResourceLimits |
( |
| ) |
|
◆ ResourceLimits() [2/2]
◆ GetMaxNumberOfTrainingJobs()
int Aws::SageMaker::Model::ResourceLimits::GetMaxNumberOfTrainingJobs |
( |
| ) |
const |
|
inline |
The maximum number of training jobs that a hyperparameter tuning job can launch.
Definition at line 43 of file ResourceLimits.h.
◆ GetMaxParallelTrainingJobs()
int Aws::SageMaker::Model::ResourceLimits::GetMaxParallelTrainingJobs |
( |
| ) |
const |
|
inline |
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Definition at line 68 of file ResourceLimits.h.
◆ Jsonize()
◆ MaxNumberOfTrainingJobsHasBeenSet()
bool Aws::SageMaker::Model::ResourceLimits::MaxNumberOfTrainingJobsHasBeenSet |
( |
| ) |
const |
|
inline |
The maximum number of training jobs that a hyperparameter tuning job can launch.
Definition at line 49 of file ResourceLimits.h.
◆ MaxParallelTrainingJobsHasBeenSet()
bool Aws::SageMaker::Model::ResourceLimits::MaxParallelTrainingJobsHasBeenSet |
( |
| ) |
const |
|
inline |
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Definition at line 74 of file ResourceLimits.h.
◆ operator=()
◆ SetMaxNumberOfTrainingJobs()
void Aws::SageMaker::Model::ResourceLimits::SetMaxNumberOfTrainingJobs |
( |
int |
value | ) |
|
|
inline |
The maximum number of training jobs that a hyperparameter tuning job can launch.
Definition at line 55 of file ResourceLimits.h.
◆ SetMaxParallelTrainingJobs()
void Aws::SageMaker::Model::ResourceLimits::SetMaxParallelTrainingJobs |
( |
int |
value | ) |
|
|
inline |
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Definition at line 80 of file ResourceLimits.h.
◆ WithMaxNumberOfTrainingJobs()
ResourceLimits& Aws::SageMaker::Model::ResourceLimits::WithMaxNumberOfTrainingJobs |
( |
int |
value | ) |
|
|
inline |
The maximum number of training jobs that a hyperparameter tuning job can launch.
Definition at line 61 of file ResourceLimits.h.
◆ WithMaxParallelTrainingJobs()
ResourceLimits& Aws::SageMaker::Model::ResourceLimits::WithMaxParallelTrainingJobs |
( |
int |
value | ) |
|
|
inline |
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
Definition at line 86 of file ResourceLimits.h.
The documentation for this class was generated from the following file: