Uses of Class
software.amazon.awssdk.services.sagemaker.model.ResourceLimits
-
Packages that use ResourceLimits Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ResourceLimits in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ResourceLimits Modifier and Type Method Description ResourceLimitsHyperParameterTuningJobConfig. resourceLimits()The ResourceLimits object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.ResourceLimitsHyperParameterTuningJobSummary. resourceLimits()The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ResourceLimits Modifier and Type Method Description HyperParameterTuningJobConfig.BuilderHyperParameterTuningJobConfig.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.HyperParameterTuningJobSummary.BuilderHyperParameterTuningJobSummary.Builder. resourceLimits(ResourceLimits resourceLimits)The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
-