Uses of Class
software.amazon.awssdk.services.sagemaker.model.Autotune
-
Packages that use Autotune Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Autotune in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return Autotune Modifier and Type Method Description AutotuneCreateHyperParameterTuningJobRequest. autotune()Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following fields:AutotuneDescribeHyperParameterTuningJobResponse. autotune()A flag to indicate if autotune is enabled for the hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Autotune Modifier and Type Method Description CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. autotune(Autotune autotune)Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following fields:DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. autotune(Autotune autotune)A flag to indicate if autotune is enabled for the hyperparameter tuning job.
-