/AWS1/CL_CRLCRETRAINEDMODELRSP¶
CreateTrainedModelResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_trainedmodelarn
TYPE /AWS1/CRLTRAINEDMODELARN
/AWS1/CRLTRAINEDMODELARN
¶
The Amazon Resource Name (ARN) of the trained model.
Optional arguments:¶
iv_versionidentifier
TYPE /AWS1/CRLUUID
/AWS1/CRLUUID
¶
The unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.
The initial version identifier for the base version of the trained model is "NULL".
Queryable Attributes¶
trainedModelArn¶
The Amazon Resource Name (ARN) of the trained model.
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 unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.
The initial version identifier for the base version of the trained model is "NULL".
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 |