| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceLimits |
HyperParameterTuningJobSummary.resourceLimits()
The ResourceLimits
object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
|
ResourceLimits |
HyperParameterTuningJobConfig.resourceLimits()
The ResourceLimits
object that specifies the maximum number of training and parallel training jobs that can be used for this
hyperparameter tuning job.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSummary.Builder |
HyperParameterTuningJobSummary.Builder.resourceLimits(ResourceLimits resourceLimits)
The ResourceLimits
object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning
job.
|
HyperParameterTuningJobConfig.Builder |
HyperParameterTuningJobConfig.Builder.resourceLimits(ResourceLimits resourceLimits)
The ResourceLimits
object that specifies the maximum number of training and parallel training jobs that can be used for this
hyperparameter tuning job.
|
Copyright © 2023. All rights reserved.