Uses of Class
software.amazon.awssdk.services.sagemaker.model.ParentHyperParameterTuningJob
-
Packages that use ParentHyperParameterTuningJob Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ParentHyperParameterTuningJob in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ParentHyperParameterTuningJob Modifier and Type Method Description List<ParentHyperParameterTuningJob>HyperParameterTuningJobWarmStartConfig. parentHyperParameterTuningJobs()An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ParentHyperParameterTuningJob Modifier and Type Method Description HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig.Builder. parentHyperParameterTuningJobs(ParentHyperParameterTuningJob... parentHyperParameterTuningJobs)An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ParentHyperParameterTuningJob Modifier and Type Method Description HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig.Builder. parentHyperParameterTuningJobs(Collection<ParentHyperParameterTuningJob> parentHyperParameterTuningJobs)An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.
-