Skip to content

/AWS1/CL_CRLINCREMENTALTRNDA00

Contains information about an incremental training data channel that was used to create a trained model. This structure provides details about the base model and channel configuration used during incremental training.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_channelname TYPE /AWS1/CRLMDELTRNDATACHANNELN00 /AWS1/CRLMDELTRNDATACHANNELN00

The name of the incremental training data channel that was used.

iv_modelname TYPE /AWS1/CRLNAMESTRING /AWS1/CRLNAMESTRING

The name of the base trained model that was used for incremental training.

Optional arguments:

iv_versionidentifier TYPE /AWS1/CRLUUID /AWS1/CRLUUID

The version identifier of the trained model that was used for incremental training.


Queryable Attributes

channelName

The name of the incremental training data channel that was used.

Accessible with the following methods

Method Description
GET_CHANNELNAME() Getter for CHANNELNAME, with configurable default
ASK_CHANNELNAME() Getter for CHANNELNAME w/ exceptions if field has no value
HAS_CHANNELNAME() Determine if CHANNELNAME has a value

versionIdentifier

The version identifier of the trained model that was used for incremental training.

Accessible with the following methods

Method Description
GET_VERSIONIDENTIFIER() Getter for VERSIONIDENTIFIER, with configurable default
ASK_VERSIONIDENTIFIER() Getter for VERSIONIDENTIFIER w/ exceptions if field has no v
HAS_VERSIONIDENTIFIER() Determine if VERSIONIDENTIFIER has a value

modelName

The name of the base trained model that was used for incremental training.

Accessible with the following methods

Method Description
GET_MODELNAME() Getter for MODELNAME, with configurable default
ASK_MODELNAME() Getter for MODELNAME w/ exceptions if field has no value
HAS_MODELNAME() Determine if MODELNAME 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_INCREMENTALTRNDATACHNLSOUT

TYPES TT_INCREMENTALTRNDATACHNLSOUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLINCREMENTALTRNDA00 WITH DEFAULT KEY
.