| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Autotune |
Autotune.clone() |
Autotune |
DescribeHyperParameterTuningJobResult.getAutotune()
A flag to indicate if autotune is enabled for the hyperparameter tuning job.
|
Autotune |
CreateHyperParameterTuningJobRequest.getAutotune()
Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following
fields:
|
Autotune |
Autotune.withMode(AutotuneMode mode)
Set
Mode to Enabled if you want to use Autotune. |
Autotune |
Autotune.withMode(String mode)
Set
Mode to Enabled if you want to use Autotune. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHyperParameterTuningJobResult.setAutotune(Autotune autotune)
A flag to indicate if autotune is enabled for the hyperparameter tuning job.
|
void |
CreateHyperParameterTuningJobRequest.setAutotune(Autotune autotune)
Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following
fields:
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withAutotune(Autotune autotune)
A flag to indicate if autotune is enabled for the hyperparameter tuning job.
|
CreateHyperParameterTuningJobRequest |
CreateHyperParameterTuningJobRequest.withAutotune(Autotune autotune)
Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following
fields:
|
Copyright © 2025. All rights reserved.