AWS::Personalize::Solution AlgorithmHyperParameterRanges
The AlgorithmHyperParameterRanges
property type specifies Property description not available. for an AWS::Personalize::Solution.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CategoricalHyperParameterRanges" :
[ CategoricalHyperParameterRange, ... ]
, "ContinuousHyperParameterRanges" :[ ContinuousHyperParameterRange, ... ]
, "IntegerHyperParameterRanges" :[ IntegerHyperParameterRange, ... ]
}
YAML
CategoricalHyperParameterRanges:
- CategoricalHyperParameterRange
ContinuousHyperParameterRanges:- ContinuousHyperParameterRange
IntegerHyperParameterRanges:- IntegerHyperParameterRange
Properties
CategoricalHyperParameterRanges
Property description not available.
Required: No
Type: List of CategoricalHyperParameterRange
Update requires: Replacement
ContinuousHyperParameterRanges
Property description not available.
Required: No
Type: List of ContinuousHyperParameterRange
Update requires: Replacement
IntegerHyperParameterRanges
Property description not available.
Required: No
Type: List of IntegerHyperParameterRange
Update requires: Replacement