View a markdown version of this page

AWS::SageMaker::Algorithm CategoricalParameterRangeSpecification - AWS CloudFormation

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::Algorithm CategoricalParameterRangeSpecification

Defines the possible values for a categorical hyperparameter.

Syntax

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

JSON

{ "Values" : [ String, ... ] }

YAML

Values: - String

Properties

Values

The allowed categories for the hyperparameter.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 256 | 30

Update requires: Replacement