Uses of Class
software.amazon.awssdk.services.personalize.model.ContinuousHyperParameterRange
-
Packages that use ContinuousHyperParameterRange Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of ContinuousHyperParameterRange in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type ContinuousHyperParameterRange Modifier and Type Method Description List<ContinuousHyperParameterRange>HyperParameterRanges. continuousHyperParameterRanges()The continuous hyperparameters and their ranges.Methods in software.amazon.awssdk.services.personalize.model with parameters of type ContinuousHyperParameterRange Modifier and Type Method Description HyperParameterRanges.BuilderHyperParameterRanges.Builder. continuousHyperParameterRanges(ContinuousHyperParameterRange... continuousHyperParameterRanges)The continuous hyperparameters and their ranges.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type ContinuousHyperParameterRange Modifier and Type Method Description HyperParameterRanges.BuilderHyperParameterRanges.Builder. continuousHyperParameterRanges(Collection<ContinuousHyperParameterRange> continuousHyperParameterRanges)The continuous hyperparameters and their ranges.
-