/AWS1/CL_SGMIMAGE¶
A SageMaker AI image. A SageMaker AI image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker AI ImageVersion.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the image was created.
iv_imagearn TYPE /AWS1/SGMIMAGEARN /AWS1/SGMIMAGEARN¶
The ARN of the image.
iv_imagename TYPE /AWS1/SGMIMAGENAME /AWS1/SGMIMAGENAME¶
The name of the image.
iv_imagestatus TYPE /AWS1/SGMIMAGESTATUS /AWS1/SGMIMAGESTATUS¶
The status of the image.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the image was last modified.
Optional arguments:¶
iv_description TYPE /AWS1/SGMIMAGEDESCRIPTION /AWS1/SGMIMAGEDESCRIPTION¶
The description of the image.
iv_displayname TYPE /AWS1/SGMIMAGEDISPLAYNAME /AWS1/SGMIMAGEDISPLAYNAME¶
The name of the image as displayed.
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
When a create, update, or delete operation fails, the reason for the failure.
Queryable Attributes¶
CreationTime¶
When the image 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 |
Description¶
The description of the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DisplayName¶
The name of the image as displayed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
FailureReason¶
When a create, update, 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.
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 |
ImageName¶
The name of the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGENAME() |
Getter for IMAGENAME, with configurable default |
ASK_IMAGENAME() |
Getter for IMAGENAME w/ exceptions if field has no value |
HAS_IMAGENAME() |
Determine if IMAGENAME has a value |
ImageStatus¶
The status of the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESTATUS() |
Getter for IMAGESTATUS, with configurable default |
ASK_IMAGESTATUS() |
Getter for IMAGESTATUS w/ exceptions if field has no value |
HAS_IMAGESTATUS() |
Determine if IMAGESTATUS has a value |
LastModifiedTime¶
When the image 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGES¶
TYPES TT_IMAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMIMAGE WITH DEFAULT KEY
.