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.
A list of continuous hyperparameters to tune.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class ContinuousParameterRange
The ContinuousParameterRange type exposes the following members
Name | Description | |
---|---|---|
![]() |
ContinuousParameterRange() |
Name | Type | Description | |
---|---|---|---|
![]() |
MaxValue | System.String |
Gets and sets the property MaxValue.
The maximum value for the hyperparameter. The tuning job uses floating-point values
between |
![]() |
MinValue | System.String |
Gets and sets the property MinValue.
The minimum value for the hyperparameter. The tuning job uses floating-point values
between this value and |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the continuous hyperparameter to tune. |
![]() |
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:
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5