/AWS1/CL_SGMIMAGEVERSION¶
A version of a SageMaker AI Image. A version represents an existing container image.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the version was created.
iv_imagearn TYPE /AWS1/SGMIMAGEARN /AWS1/SGMIMAGEARN¶
The ARN of the image the version is based on.
iv_imageversionarn TYPE /AWS1/SGMIMAGEVERSIONARN /AWS1/SGMIMAGEVERSIONARN¶
The ARN of the version.
iv_imageversionstatus TYPE /AWS1/SGMIMAGEVERSIONSTATUS /AWS1/SGMIMAGEVERSIONSTATUS¶
The status of the version.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the version was last modified.
iv_version TYPE /AWS1/SGMIMAGEVERSIONNUMBER /AWS1/SGMIMAGEVERSIONNUMBER¶
The version number.
Optional arguments:¶
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
When a create or delete operation fails, the reason for the failure.
Queryable Attributes¶
CreationTime¶
When the version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
FailureReason¶
When a create or delete operation fails, the reason for the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
ImageArn¶
The ARN of the image the version is based on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEARN() |
Getter for IMAGEARN, with configurable default |
ASK_IMAGEARN() |
Getter for IMAGEARN w/ exceptions if field has no value |
HAS_IMAGEARN() |
Determine if IMAGEARN has a value |
ImageVersionArn¶
The ARN of the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEVERSIONARN() |
Getter for IMAGEVERSIONARN, with configurable default |
ASK_IMAGEVERSIONARN() |
Getter for IMAGEVERSIONARN w/ exceptions if field has no val |
HAS_IMAGEVERSIONARN() |
Determine if IMAGEVERSIONARN has a value |
ImageVersionStatus¶
The status of the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEVERSIONSTATUS() |
Getter for IMAGEVERSIONSTATUS, with configurable default |
ASK_IMAGEVERSIONSTATUS() |
Getter for IMAGEVERSIONSTATUS w/ exceptions if field has no |
HAS_IMAGEVERSIONSTATUS() |
Determine if IMAGEVERSIONSTATUS has a value |
LastModifiedTime¶
When the version was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
Version¶
The version number.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGEVERSIONS¶
TYPES TT_IMAGEVERSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMIMAGEVERSION WITH DEFAULT KEY
.