Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterSpecification
-
Packages that use HyperParameterSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HyperParameterSpecification Modifier and Type Method Description List<HyperParameterSpecification>TrainingSpecification. supportedHyperParameters()A list of theHyperParameterSpecificationobjects, that define the supported hyperparameters.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterSpecification Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. supportedHyperParameters(HyperParameterSpecification... supportedHyperParameters)A list of theHyperParameterSpecificationobjects, that define the supported hyperparameters.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HyperParameterSpecification Modifier and Type Method Description TrainingSpecification.BuilderTrainingSpecification.Builder. supportedHyperParameters(Collection<HyperParameterSpecification> supportedHyperParameters)A list of theHyperParameterSpecificationobjects, that define the supported hyperparameters.
-