Uses of Class
software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
-
Packages that use CategoricalParameterRange Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of CategoricalParameterRange in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type CategoricalParameterRange Modifier and Type Method Description List<CategoricalParameterRange>ParameterRanges. categoricalParameterRanges()Specifies the tunable range for each categorical hyperparameter.Methods in software.amazon.awssdk.services.forecast.model with parameters of type CategoricalParameterRange Modifier and Type Method Description ParameterRanges.BuilderParameterRanges.Builder. categoricalParameterRanges(CategoricalParameterRange... categoricalParameterRanges)Specifies the tunable range for each categorical hyperparameter.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type CategoricalParameterRange Modifier and Type Method Description ParameterRanges.BuilderParameterRanges.Builder. categoricalParameterRanges(Collection<CategoricalParameterRange> categoricalParameterRanges)Specifies the tunable range for each categorical hyperparameter.
-