This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::HyperParameterTuningJob ContinuousParameterRangesItems
The ContinuousParameterRangesItems property type specifies Property description not available. for an AWS::SageMaker::HyperParameterTuningJob.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MaxValue" :String, "MinValue" :String, "Name" :String, "ScalingType" :String}
YAML
MaxValue:StringMinValue:StringName:StringScalingType:String
Properties
MaxValueProperty description not available.
Required: Yes
Type: String
Minimum:
0Maximum:
256Update requires: Replacement
MinValueProperty description not available.
Required: Yes
Type: String
Minimum:
0Maximum:
256Update requires: Replacement
NameProperty description not available.
Required: Yes
Type: String
Minimum:
0Maximum:
256Update requires: Replacement
ScalingTypeProperty description not available.
Required: No
Type: String
Allowed values:
Auto | Linear | Logarithmic | ReverseLogarithmicUpdate requires: Replacement