Uses of Interface
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobWarmStartConfig.Builder
-
Packages that use HyperParameterTuningJobWarmStartConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobWarmStartConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobWarmStartConfig.Builder Modifier and Type Method Description static HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig. builder()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.HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig.Builder. parentHyperParameterTuningJobs(Consumer<ParentHyperParameterTuningJob.Builder>... parentHyperParameterTuningJobs)An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job.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.HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig. toBuilder()HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig.Builder. warmStartType(String warmStartType)Specifies one of the following:HyperParameterTuningJobWarmStartConfig.BuilderHyperParameterTuningJobWarmStartConfig.Builder. warmStartType(HyperParameterTuningJobWarmStartType warmStartType)Specifies one of the following:Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterTuningJobWarmStartConfig.Builder Modifier and Type Method Description static Class<? extends HyperParameterTuningJobWarmStartConfig.Builder>HyperParameterTuningJobWarmStartConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterTuningJobWarmStartConfig.Builder Modifier and Type Method Description default CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point.default DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point.default HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. warmStartConfig(Consumer<HyperParameterTuningJobWarmStartConfig.Builder> warmStartConfig)Sets the value of the WarmStartConfig property for this object.
-