interface IntegerHyperParameterRangeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | software.amazon.awscdk.services.personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | aws_cdk.aws_personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | @aws-cdk/aws-personalize » CfnSolution » IntegerHyperParameterRangeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as personalize from '@aws-cdk/aws-personalize';
const integerHyperParameterRangeProperty: personalize.CfnSolution.IntegerHyperParameterRangeProperty = {
maxValue: 123,
minValue: 123,
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
max | number | CfnSolution.IntegerHyperParameterRangeProperty.MaxValue . |
min | number | CfnSolution.IntegerHyperParameterRangeProperty.MinValue . |
name? | string | CfnSolution.IntegerHyperParameterRangeProperty.Name . |
maxValue?
Type:
number
(optional)
CfnSolution.IntegerHyperParameterRangeProperty.MaxValue
.
minValue?
Type:
number
(optional)
CfnSolution.IntegerHyperParameterRangeProperty.MinValue
.
name?
Type:
string
(optional)
CfnSolution.IntegerHyperParameterRangeProperty.Name
.