/AWS1/CL_BDKMODELIMPORTJOBSUMM¶
Information about the import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKMODELIMPORTJOBARN /AWS1/BDKMODELIMPORTJOBARN¶
The Amazon Resource Name (ARN) of the import job.
iv_jobname TYPE /AWS1/BDKJOBNAME /AWS1/BDKJOBNAME¶
The name of the import job.
iv_status TYPE /AWS1/BDKMODELIMPORTJOBSTATUS /AWS1/BDKMODELIMPORTJOBSTATUS¶
The status of the imported job.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time import job was created.
Optional arguments:¶
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time when the import job was last modified.
iv_endtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
The time when import job ended.
iv_importedmodelarn TYPE /AWS1/BDKIMPORTEDMODELARN /AWS1/BDKIMPORTEDMODELARN¶
The Amazon resource Name (ARN) of the imported model.
iv_importedmodelname TYPE /AWS1/BDKIMPORTEDMODELNAME /AWS1/BDKIMPORTEDMODELNAME¶
The name of the imported model.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
jobName¶
The name of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
status¶
The status of the imported job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastModifiedTime¶
The time when the import job 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 |
creationTime¶
The time import job 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 |
endTime¶
The time when import job ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
importedModelArn¶
The Amazon resource Name (ARN) of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTEDMODELARN() |
Getter for IMPORTEDMODELARN, with configurable default |
ASK_IMPORTEDMODELARN() |
Getter for IMPORTEDMODELARN w/ exceptions if field has no va |
HAS_IMPORTEDMODELARN() |
Determine if IMPORTEDMODELARN has a value |
importedModelName¶
The name of the imported model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTEDMODELNAME() |
Getter for IMPORTEDMODELNAME, with configurable default |
ASK_IMPORTEDMODELNAME() |
Getter for IMPORTEDMODELNAME w/ exceptions if field has no v |
HAS_IMPORTEDMODELNAME() |
Determine if IMPORTEDMODELNAME 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_MODELIMPORTJOBSUMMARIES¶
TYPES TT_MODELIMPORTJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKMODELIMPORTJOBSUMM WITH DEFAULT KEY
.