Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobWarmStartConfig
-
Packages that use HyperParameterTuningJobWarmStartConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobWarmStartConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobWarmStartConfig Modifier and Type Method Description HyperParameterTuningJobWarmStartConfigCreateHyperParameterTuningJobRequest. warmStartConfig()Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point.HyperParameterTuningJobWarmStartConfigDescribeHyperParameterTuningJobResponse. warmStartConfig()The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point.HyperParameterTuningJobWarmStartConfigHyperParameterTuningJobSearchEntity. warmStartConfig()Returns the value of the WarmStartConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobWarmStartConfig Modifier and Type Method Description CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. warmStartConfig(HyperParameterTuningJobWarmStartConfig warmStartConfig)Sets the value of the WarmStartConfig property for this object.
-