

# ContinuousHyperParameterRange
<a name="API_ContinuousHyperParameterRange"></a>

Provides the name and range of a continuous hyperparameter.

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

 ** maxValue **   <a name="personalize-Type-ContinuousHyperParameterRange-maxValue"></a>
The maximum allowable value for the hyperparameter.  
Type: Double  
Valid Range: Minimum value of -1000000.  
Required: No

 ** minValue **   <a name="personalize-Type-ContinuousHyperParameterRange-minValue"></a>
The minimum allowable value for the hyperparameter.  
Type: Double  
Valid Range: Minimum value of -1000000.  
Required: No

 ** name **   <a name="personalize-Type-ContinuousHyperParameterRange-name"></a>
The name of the hyperparameter.  
Type: String  
Length Constraints: Maximum length of 256.  
Required: No

## See Also
<a name="API_ContinuousHyperParameterRange_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/ContinuousHyperParameterRange) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/personalize-2018-05-22/ContinuousHyperParameterRange) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/personalize-2018-05-22/ContinuousHyperParameterRange) 