

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SageMaker::Algorithm IntegerParameterRangeSpecification
<a name="aws-properties-sagemaker-algorithm-integerparameterrangespecification"></a>

Defines the possible values for an integer hyperparameter.

## Syntax
<a name="aws-properties-sagemaker-algorithm-integerparameterrangespecification-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-sagemaker-algorithm-integerparameterrangespecification-syntax.json"></a>

```
{
  "[MaxValue](#cfn-sagemaker-algorithm-integerparameterrangespecification-maxvalue)" : {{String}},
  "[MinValue](#cfn-sagemaker-algorithm-integerparameterrangespecification-minvalue)" : {{String}}
}
```

### YAML
<a name="aws-properties-sagemaker-algorithm-integerparameterrangespecification-syntax.yaml"></a>

```
  [MaxValue](#cfn-sagemaker-algorithm-integerparameterrangespecification-maxvalue): {{String}}
  [MinValue](#cfn-sagemaker-algorithm-integerparameterrangespecification-minvalue): {{String}}
```

## Properties
<a name="aws-properties-sagemaker-algorithm-integerparameterrangespecification-properties"></a>

`MaxValue`  <a name="cfn-sagemaker-algorithm-integerparameterrangespecification-maxvalue"></a>
The maximum integer value allowed.  
*Required*: Yes  
*Type*: String  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`MinValue`  <a name="cfn-sagemaker-algorithm-integerparameterrangespecification-minvalue"></a>
The minimum integer value allowed.  
*Required*: Yes  
*Type*: String  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)