

# IntegerParameterRangeSpecification
<a name="API_IntegerParameterRangeSpecification"></a>

Defines the possible values for an integer hyperparameter.

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

 ** MaxValue **   <a name="sagemaker-Type-IntegerParameterRangeSpecification-MaxValue"></a>
The maximum integer value allowed.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 256.  
Pattern: `.*`   
Required: Yes

 ** MinValue **   <a name="sagemaker-Type-IntegerParameterRangeSpecification-MinValue"></a>
The minimum integer value allowed.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 256.  
Pattern: `.*`   
Required: Yes

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