

# ParameterRange
<a name="API_ParameterRange"></a>

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

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

 ** CategoricalParameterRangeSpecification **   <a name="sagemaker-Type-ParameterRange-CategoricalParameterRangeSpecification"></a>
A `CategoricalParameterRangeSpecification` object that defines the possible values for a categorical hyperparameter.  
Type: [CategoricalParameterRangeSpecification](API_CategoricalParameterRangeSpecification.md) object  
Required: No

 ** ContinuousParameterRangeSpecification **   <a name="sagemaker-Type-ParameterRange-ContinuousParameterRangeSpecification"></a>
A `ContinuousParameterRangeSpecification` object that defines the possible values for a continuous hyperparameter.  
Type: [ContinuousParameterRangeSpecification](API_ContinuousParameterRangeSpecification.md) object  
Required: No

 ** IntegerParameterRangeSpecification **   <a name="sagemaker-Type-ParameterRange-IntegerParameterRangeSpecification"></a>
A `IntegerParameterRangeSpecification` object that defines the possible values for an integer hyperparameter.  
Type: [IntegerParameterRangeSpecification](API_IntegerParameterRangeSpecification.md) object  
Required: No

## See Also
<a name="API_ParameterRange_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/sagemaker-2017-07-24/ParameterRange) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sagemaker-2017-07-24/ParameterRange) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sagemaker-2017-07-24/ParameterRange) 