aws-cdk-lib.aws_personalize.CfnSolution.IntegerHyperParameterRangeProperty

interface IntegerHyperParameterRangeProperty

LanguageType name
.NETAmazon.CDK.AWS.Personalize.CfnSolution.IntegerHyperParameterRangeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#CfnSolution_IntegerHyperParameterRangeProperty
Javasoftware.amazon.awscdk.services.personalize.CfnSolution.IntegerHyperParameterRangeProperty
Pythonaws_cdk.aws_personalize.CfnSolution.IntegerHyperParameterRangeProperty
TypeScript 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

NameTypeDescription
maxValue?numberCfnSolution.IntegerHyperParameterRangeProperty.MaxValue.
minValue?numberCfnSolution.IntegerHyperParameterRangeProperty.MinValue.
name?stringCfnSolution.IntegerHyperParameterRangeProperty.Name.

maxValue?

Type: number (optional)

CfnSolution.IntegerHyperParameterRangeProperty.MaxValue.


minValue?

Type: number (optional)

CfnSolution.IntegerHyperParameterRangeProperty.MinValue.


name?

Type: string (optional)

CfnSolution.IntegerHyperParameterRangeProperty.Name.