Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterAlgorithmSpecification
-
Packages that use HyperParameterAlgorithmSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterAlgorithmSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterAlgorithmSpecification Modifier and Type Method Description HyperParameterAlgorithmSpecification
HyperParameterTrainingJobDefinition. algorithmSpecification()
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterAlgorithmSpecification Modifier and Type Method Description HyperParameterTrainingJobDefinition.Builder
HyperParameterTrainingJobDefinition.Builder. algorithmSpecification(HyperParameterAlgorithmSpecification algorithmSpecification)
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.
-