

# ContinuousParameterRangeSpecification
<a name="API_ContinuousParameterRangeSpecification"></a>

Defines the possible values for a continuous hyperparameter.

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

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

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

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