AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.IntegerParameterRange

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class IntegerParameterRange

The IntegerParameterRange type exposes the following members

Constructors

NameDescription
Public Method IntegerParameterRange()

Properties

NameTypeDescription
Public Property MaxValue System.String

Gets and sets the property MaxValue.

The maximum value of the hyperparameter to search.

Public Property MinValue System.String

Gets and sets the property MinValue.

The minimum value of the hyperparameter to search.

Public Property Name System.String

Gets and sets the property Name.

The name of the hyperparameter to search.

Public Property ScalingType Amazon.SageMaker.HyperParameterScalingType

Gets and sets the property ScalingType.

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto

SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.

Linear

Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.

Logarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5