Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoParameter
-
Packages that use AutoParameter Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoParameter in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoParameter Modifier and Type Method Description List<AutoParameter>ParameterRanges. autoParameters()A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for your tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoParameter Modifier and Type Method Description ParameterRanges.BuilderParameterRanges.Builder. autoParameters(AutoParameter... autoParameters)A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for your tuning job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoParameter Modifier and Type Method Description ParameterRanges.BuilderParameterRanges.Builder. autoParameters(Collection<AutoParameter> autoParameters)A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for your tuning job.
-