Skip to content

/AWS1/CL_FCSPARAMETERRANGES

Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values. The range of tunable values determines which values that a hyperparameter tuning job can choose for the specified hyperparameter. This object is part of the HyperParameterTuningJobConfig object.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_catgclparameterranges TYPE /AWS1/CL_FCSCATGCLPARAMRANGE=>TT_CATEGORICALPARAMETERRANGES TT_CATEGORICALPARAMETERRANGES

Specifies the tunable range for each categorical hyperparameter.

it_continuousparameterranges TYPE /AWS1/CL_FCSCONTPARAMETERRANGE=>TT_CONTINUOUSPARAMETERRANGES TT_CONTINUOUSPARAMETERRANGES

Specifies the tunable range for each continuous hyperparameter.

it_integerparameterranges TYPE /AWS1/CL_FCSINTEGERPARAMRANGE=>TT_INTEGERPARAMETERRANGES TT_INTEGERPARAMETERRANGES

Specifies the tunable range for each integer hyperparameter.


Queryable Attributes

CategoricalParameterRanges

Specifies the tunable range for each categorical hyperparameter.

Accessible with the following methods

Method Description
GET_CATGCLPARAMETERRANGES() Getter for CATEGORICALPARAMETERRANGES, with configurable def
ASK_CATGCLPARAMETERRANGES() Getter for CATEGORICALPARAMETERRANGES w/ exceptions if field
HAS_CATGCLPARAMETERRANGES() Determine if CATEGORICALPARAMETERRANGES has a value

ContinuousParameterRanges

Specifies the tunable range for each continuous hyperparameter.

Accessible with the following methods

Method Description
GET_CONTPARAMETERRANGES() Getter for CONTINUOUSPARAMETERRANGES, with configurable defa
ASK_CONTPARAMETERRANGES() Getter for CONTINUOUSPARAMETERRANGES w/ exceptions if field
HAS_CONTPARAMETERRANGES() Determine if CONTINUOUSPARAMETERRANGES has a value

IntegerParameterRanges

Specifies the tunable range for each integer hyperparameter.

Accessible with the following methods

Method Description
GET_INTEGERPARAMETERRANGES() Getter for INTEGERPARAMETERRANGES, with configurable default
ASK_INTEGERPARAMETERRANGES() Getter for INTEGERPARAMETERRANGES w/ exceptions if field has
HAS_INTEGERPARAMETERRANGES() Determine if INTEGERPARAMETERRANGES has a value