Uses of Interface
software.amazon.awssdk.services.sagemaker.model.Autotune.Builder
-
Packages that use Autotune.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Autotune.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return Autotune.Builder Modifier and Type Method Description static Autotune.BuilderAutotune. builder()Autotune.BuilderAutotune.Builder. mode(String mode)SetModetoEnabledif you want to use Autotune.Autotune.BuilderAutotune.Builder. mode(AutotuneMode mode)SetModetoEnabledif you want to use Autotune.Autotune.BuilderAutotune. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Autotune.Builder Modifier and Type Method Description static Class<? extends Autotune.Builder>Autotune. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type Autotune.Builder Modifier and Type Method Description default CreateHyperParameterTuningJobRequest.BuilderCreateHyperParameterTuningJobRequest.Builder. autotune(Consumer<Autotune.Builder> autotune)Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following fields:default DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. autotune(Consumer<Autotune.Builder> autotune)A flag to indicate if autotune is enabled for the hyperparameter tuning job.
-