Skip to content

/AWS1/CL_SGMAUTOPARAMETER

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/SGMPARAMETERKEY /AWS1/SGMPARAMETERKEY

The name of the hyperparameter to optimize using Autotune.

iv_valuehint TYPE /AWS1/SGMPARAMETERVALUE /AWS1/SGMPARAMETERVALUE

An example value of the hyperparameter to optimize using Autotune.


Queryable Attributes

Name

The name of the hyperparameter to optimize using Autotune.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

ValueHint

An example value of the hyperparameter to optimize using Autotune.

Accessible with the following methods

Method Description
GET_VALUEHINT() Getter for VALUEHINT, with configurable default
ASK_VALUEHINT() Getter for VALUEHINT w/ exceptions if field has no value
HAS_VALUEHINT() Determine if VALUEHINT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_AUTOPARAMETERS

TYPES TT_AUTOPARAMETERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAUTOPARAMETER WITH DEFAULT KEY
.