AWS::Personalize::Solution ContinuousHyperParameterRange - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Personalize::Solution ContinuousHyperParameterRange

Provides the name and range of a continuous hyperparameter.

Syntax

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

JSON

{ "MaxValue" : Number, "MinValue" : Number, "Name" : String }

YAML

MaxValue: Number MinValue: Number Name: String

Properties

MaxValue

The maximum allowable value for the hyperparameter.

Required: No

Type: Number

Minimum: -1000000

Update requires: Replacement

MinValue

The minimum allowable value for the hyperparameter.

Required: No

Type: Number

Minimum: -1000000

Update requires: Replacement

Name

The name of the hyperparameter.

Required: No

Type: String

Maximum: 256

Update requires: Replacement