/AWS1/CL_SGMPARAMETERRANGE¶
Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_integerparameterrangespec TYPE REF TO /AWS1/CL_SGMINTEGERPRMRANGES00 /AWS1/CL_SGMINTEGERPRMRANGES00¶
A
IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.
io_contparameterrangespec TYPE REF TO /AWS1/CL_SGMCONTPARAMRANGESPEC /AWS1/CL_SGMCONTPARAMRANGESPEC¶
A
ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.
io_catgclparameterrangespec TYPE REF TO /AWS1/CL_SGMCATGCLPRMRANGESPEC /AWS1/CL_SGMCATGCLPRMRANGESPEC¶
A
CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.
Queryable Attributes¶
IntegerParameterRangeSpecification¶
A
IntegerParameterRangeSpecificationobject that defines the possible values for an integer hyperparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGERPARAMRANGESPEC() |
Getter for INTEGERPARAMETERRANGESPEC |
ContinuousParameterRangeSpecification¶
A
ContinuousParameterRangeSpecificationobject that defines the possible values for a continuous hyperparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTPARAMETERRANGESPEC() |
Getter for CONTINUOUSPARAMETERRANGESPEC |
CategoricalParameterRangeSpecification¶
A
CategoricalParameterRangeSpecificationobject that defines the possible values for a categorical hyperparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATGCLPARAMETERRANGESPEC() |
Getter for CATGCLPARAMETERRANGESPEC |