/AWS1/CL_CRLINCREMENTALTRNDA01¶
Defines an incremental training data channel that references a previously trained model. Incremental training allows you to update an existing trained model with new data, building upon the knowledge from a base model rather than training from scratch. This can significantly reduce training time and computational costs while improving model performance with additional data.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_trainedmodelarn
TYPE /AWS1/CRLTRAINEDMODELARN
/AWS1/CRLTRAINEDMODELARN
¶
The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.
iv_channelname
TYPE /AWS1/CRLMDELTRNDATACHANNELN00
/AWS1/CRLMDELTRNDATACHANNELN00
¶
The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.
Optional arguments:¶
iv_versionidentifier
TYPE /AWS1/CRLUUID
/AWS1/CRLUUID
¶
The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.
Queryable Attributes¶
trainedModelArn¶
The Amazon Resource Name (ARN) of the base trained model to use for incremental training. This model serves as the starting point for the incremental training process.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRAINEDMODELARN() |
Getter for TRAINEDMODELARN, with configurable default |
ASK_TRAINEDMODELARN() |
Getter for TRAINEDMODELARN w/ exceptions if field has no val |
HAS_TRAINEDMODELARN() |
Determine if TRAINEDMODELARN has a value |
versionIdentifier¶
The version identifier of the base trained model to use for incremental training. If not specified, the latest version of the trained model is used.
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 |
channelName¶
The name of the incremental training data channel. This name is used to identify the channel during the training process and must be unique within the training job.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INCREMENTALTRNDATACHANNELS
¶
TYPES TT_INCREMENTALTRNDATACHANNELS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLINCREMENTALTRNDA01 WITH DEFAULT KEY
.