

# HyperParameterRanges
<a name="API_HyperParameterRanges"></a>

Specifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.

## Contents
<a name="API_HyperParameterRanges_Contents"></a>

 ** categoricalHyperParameterRanges **   <a name="personalize-Type-HyperParameterRanges-categoricalHyperParameterRanges"></a>
The categorical hyperparameters and their ranges.  
Type: Array of [CategoricalHyperParameterRange](API_CategoricalHyperParameterRange.md) objects  
Array Members: Maximum number of 100 items.  
Required: No

 ** continuousHyperParameterRanges **   <a name="personalize-Type-HyperParameterRanges-continuousHyperParameterRanges"></a>
The continuous hyperparameters and their ranges.  
Type: Array of [ContinuousHyperParameterRange](API_ContinuousHyperParameterRange.md) objects  
Array Members: Maximum number of 100 items.  
Required: No

 ** integerHyperParameterRanges **   <a name="personalize-Type-HyperParameterRanges-integerHyperParameterRanges"></a>
The integer-valued hyperparameters and their ranges.  
Type: Array of [IntegerHyperParameterRange](API_IntegerHyperParameterRange.md) objects  
Array Members: Maximum number of 100 items.  
Required: No

## See Also
<a name="API_HyperParameterRanges_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/personalize-2018-05-22/HyperParameterRanges) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/personalize-2018-05-22/HyperParameterRanges) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/personalize-2018-05-22/HyperParameterRanges) 