/AWS1/CL_SGMAVAILABLEUPGRADE¶
Contains information about an available upgrade for a SageMaker Partner AI App, including the version number and release notes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_version TYPE /AWS1/SGMMAJORMINORVERSION /AWS1/SGMMAJORMINORVERSION¶
The semantic version number of the available upgrade for the SageMaker Partner AI App.
it_releasenotes TYPE /AWS1/CL_SGMRELEASENOTESLIST_W=>TT_RELEASENOTESLIST TT_RELEASENOTESLIST¶
A list of release notes describing the changes and improvements included in the available upgrade version.
Queryable Attributes¶
Version¶
The semantic version number of the available upgrade for the SageMaker Partner AI App.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
ReleaseNotes¶
A list of release notes describing the changes and improvements included in the available upgrade version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELEASENOTES() |
Getter for RELEASENOTES, with configurable default |
ASK_RELEASENOTES() |
Getter for RELEASENOTES w/ exceptions if field has no value |
HAS_RELEASENOTES() |
Determine if RELEASENOTES has a value |