Skip to content

/AWS1/CL_SGMAIRECOPTMZTNDETAIL

Details about an optimization technique applied in a recommendation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_optimizationtype TYPE /AWS1/SGMAIRECOPTIMIZATIONTYPE /AWS1/SGMAIRECOPTIMIZATIONTYPE

The type of optimization. Valid values are SpeculativeDecoding and KernelTuning.

Optional arguments:

it_optimizationconfig TYPE /AWS1/CL_SGMAIRECOPTMZCFGMAP_W=>TT_AIRECOPTIMIZATIONCONFIGMAP TT_AIRECOPTIMIZATIONCONFIGMAP

A map of configuration parameters for the optimization technique.


Queryable Attributes

OptimizationType

The type of optimization. Valid values are SpeculativeDecoding and KernelTuning.

Accessible with the following methods

Method Description
GET_OPTIMIZATIONTYPE() Getter for OPTIMIZATIONTYPE, with configurable default
ASK_OPTIMIZATIONTYPE() Getter for OPTIMIZATIONTYPE w/ exceptions if field has no va
HAS_OPTIMIZATIONTYPE() Determine if OPTIMIZATIONTYPE has a value

OptimizationConfig

A map of configuration parameters for the optimization technique.

Accessible with the following methods

Method Description
GET_OPTIMIZATIONCONFIG() Getter for OPTIMIZATIONCONFIG, with configurable default
ASK_OPTIMIZATIONCONFIG() Getter for OPTIMIZATIONCONFIG w/ exceptions if field has no
HAS_OPTIMIZATIONCONFIG() Determine if OPTIMIZATIONCONFIG 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_AIRECOPTIMIZATIONDETAILLIST

TYPES TT_AIRECOPTIMIZATIONDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAIRECOPTMZTNDETAIL WITH DEFAULT KEY
.