Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobConfig
-
Packages that use HyperParameterTuningJobConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobConfig Modifier and Type Method Description HyperParameterTuningJobConfigCreateHyperParameterTuningJobRequest. hyperParameterTuningJobConfig()The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.HyperParameterTuningJobConfigDescribeHyperParameterTuningJobResponse. hyperParameterTuningJobConfig()The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.HyperParameterTuningJobConfigHyperParameterTuningJobSearchEntity. hyperParameterTuningJobConfig()Returns the value of the HyperParameterTuningJobConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobConfig Modifier and Type Method Description CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job.DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. hyperParameterTuningJobConfig(HyperParameterTuningJobConfig hyperParameterTuningJobConfig)Sets the value of the HyperParameterTuningJobConfig property for this object.
-