/AWS1/CL_SGMEDGEPACKAGINGJOB00¶
Summary of edge packaging job.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_edgepackagingjobarn
TYPE /AWS1/SGMEDGEPACKAGINGJOBARN
/AWS1/SGMEDGEPACKAGINGJOBARN
¶
The Amazon Resource Name (ARN) of the edge packaging job.
iv_edgepackagingjobname
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
The name of the edge packaging job.
iv_edgepackagingjobstatus
TYPE /AWS1/SGMEDGEPACKAGINGJOBSTAT
/AWS1/SGMEDGEPACKAGINGJOBSTAT
¶
The status of the edge packaging job.
Optional arguments:¶
iv_compilationjobname
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
The name of the SageMaker Neo compilation job.
iv_modelname
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
The name of the model.
iv_modelversion
TYPE /AWS1/SGMEDGEVERSION
/AWS1/SGMEDGEVERSION
¶
The version of the model.
iv_creationtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
The timestamp of when the job was created.
iv_lastmodifiedtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
The timestamp of when the edge packaging job was last updated.
Queryable Attributes¶
EdgePackagingJobArn¶
The Amazon Resource Name (ARN) of the edge packaging job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EDGEPACKAGINGJOBARN() |
Getter for EDGEPACKAGINGJOBARN, with configurable default |
ASK_EDGEPACKAGINGJOBARN() |
Getter for EDGEPACKAGINGJOBARN w/ exceptions if field has no |
HAS_EDGEPACKAGINGJOBARN() |
Determine if EDGEPACKAGINGJOBARN has a value |
EdgePackagingJobName¶
The name of the edge packaging job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EDGEPACKAGINGJOBNAME() |
Getter for EDGEPACKAGINGJOBNAME, with configurable default |
ASK_EDGEPACKAGINGJOBNAME() |
Getter for EDGEPACKAGINGJOBNAME w/ exceptions if field has n |
HAS_EDGEPACKAGINGJOBNAME() |
Determine if EDGEPACKAGINGJOBNAME has a value |
EdgePackagingJobStatus¶
The status of the edge packaging job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EDGEPACKAGINGJOBSTATUS() |
Getter for EDGEPACKAGINGJOBSTATUS, with configurable default |
ASK_EDGEPACKAGINGJOBSTATUS() |
Getter for EDGEPACKAGINGJOBSTATUS w/ exceptions if field has |
HAS_EDGEPACKAGINGJOBSTATUS() |
Determine if EDGEPACKAGINGJOBSTATUS has a value |
CompilationJobName¶
The name of the SageMaker Neo compilation job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPILATIONJOBNAME() |
Getter for COMPILATIONJOBNAME, with configurable default |
ASK_COMPILATIONJOBNAME() |
Getter for COMPILATIONJOBNAME w/ exceptions if field has no |
HAS_COMPILATIONJOBNAME() |
Determine if COMPILATIONJOBNAME has a value |
ModelName¶
The name of the model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
ModelVersion¶
The version of the model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODELVERSION() |
Getter for MODELVERSION, with configurable default |
ASK_MODELVERSION() |
Getter for MODELVERSION w/ exceptions if field has no value |
HAS_MODELVERSION() |
Determine if MODELVERSION has a value |
CreationTime¶
The timestamp of when the 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 |
LastModifiedTime¶
The timestamp of when the edge packaging job was last updated.
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_EDGEPACKAGINGJOBSUMMARIES
¶
TYPES TT_EDGEPACKAGINGJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMEDGEPACKAGINGJOB00 WITH DEFAULT KEY
.