Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

ParameterRange

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

CategoricalParameterRangeSpecification A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.
Type: CategoricalParameterRangeSpecification object
Required: No

ContinuousParameterRangeSpecification A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.
Type: ContinuousParameterRangeSpecification object
Required: No

IntegerParameterRangeSpecification A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.
Type: IntegerParameterRangeSpecification object
Required: No

For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2