aws-cdk-lib.aws_personalize.CfnSolution.IntegerHyperParameterRangeProperty
interface IntegerHyperParameterRangeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#CfnSolution_IntegerHyperParameterRangeProperty |
![]() | software.amazon.awscdk.services.personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | aws_cdk.aws_personalize.CfnSolution.IntegerHyperParameterRangeProperty |
![]() | aws-cdk-lib » 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 { aws_personalize as personalize } from 'aws-cdk-lib';
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
.