AWS::Personalize::Solution ContinuousHyperParameterRange

Provides the name and range of a continuous hyperparameter.

Syntax

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

JSON

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

YAML

MaxValue: Double MinValue: Double Name: String

Properties

MaxValue

The maximum allowable value for the hyperparameter.

Required: No

Type: Double

Update requires: Replacement

MinValue

The minimum allowable value for the hyperparameter.

Required: No

Type: Double

Update requires: Replacement

Name

The name of the hyperparameter.

Required: No

Type: String

Maximum: 256

Update requires: Replacement