/AWS1/CL_SGMOPTIMIZATIONJOBS00¶
Summarizes an optimization job by providing some of its key properties.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_optimizationjobname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The name that you assigned to the optimization job.
iv_optimizationjobarn TYPE /AWS1/SGMOPTIMIZATIONJOBARN /AWS1/SGMOPTIMIZATIONJOBARN¶
The Amazon Resource Name (ARN) of the optimization job.
iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME¶
The time when you created the optimization job.
iv_optimizationjobstatus TYPE /AWS1/SGMOPTIMIZATIONJOBSTATUS /AWS1/SGMOPTIMIZATIONJOBSTATUS¶
The current status of the optimization job.
iv_deploymentinstancetype TYPE /AWS1/SGMOPTIMIZATIONJOBDEPL00 /AWS1/SGMOPTIMIZATIONJOBDEPL00¶
The type of instance that hosts the optimized model that you create with the optimization job.
it_optimizationtypes TYPE /AWS1/CL_SGMOPTIMIZATIONTYPE00=>TT_OPTIMIZATIONTYPES TT_OPTIMIZATIONTYPES¶
The optimization techniques that are applied by the optimization job.
Optional arguments:¶
iv_optimizationstarttime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time when the optimization job started.
iv_optimizationendtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The time when the optimization job finished processing.
iv_lastmodifiedtime TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME¶
The time when the optimization job was last updated.
Queryable Attributes¶
OptimizationJobName¶
The name that you assigned to the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONJOBNAME() |
Getter for OPTIMIZATIONJOBNAME, with configurable default |
ASK_OPTIMIZATIONJOBNAME() |
Getter for OPTIMIZATIONJOBNAME w/ exceptions if field has no |
HAS_OPTIMIZATIONJOBNAME() |
Determine if OPTIMIZATIONJOBNAME has a value |
OptimizationJobArn¶
The Amazon Resource Name (ARN) of the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONJOBARN() |
Getter for OPTIMIZATIONJOBARN, with configurable default |
ASK_OPTIMIZATIONJOBARN() |
Getter for OPTIMIZATIONJOBARN w/ exceptions if field has no |
HAS_OPTIMIZATIONJOBARN() |
Determine if OPTIMIZATIONJOBARN has a value |
CreationTime¶
The time when you created the optimization job.
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 |
OptimizationJobStatus¶
The current status of the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONJOBSTATUS() |
Getter for OPTIMIZATIONJOBSTATUS, with configurable default |
ASK_OPTIMIZATIONJOBSTATUS() |
Getter for OPTIMIZATIONJOBSTATUS w/ exceptions if field has |
HAS_OPTIMIZATIONJOBSTATUS() |
Determine if OPTIMIZATIONJOBSTATUS has a value |
OptimizationStartTime¶
The time when the optimization job started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONSTARTTIME() |
Getter for OPTIMIZATIONSTARTTIME, with configurable default |
ASK_OPTIMIZATIONSTARTTIME() |
Getter for OPTIMIZATIONSTARTTIME w/ exceptions if field has |
HAS_OPTIMIZATIONSTARTTIME() |
Determine if OPTIMIZATIONSTARTTIME has a value |
OptimizationEndTime¶
The time when the optimization job finished processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONENDTIME() |
Getter for OPTIMIZATIONENDTIME, with configurable default |
ASK_OPTIMIZATIONENDTIME() |
Getter for OPTIMIZATIONENDTIME w/ exceptions if field has no |
HAS_OPTIMIZATIONENDTIME() |
Determine if OPTIMIZATIONENDTIME has a value |
LastModifiedTime¶
The time when the optimization 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 |
DeploymentInstanceType¶
The type of instance that hosts the optimized model that you create with the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTINSTANCETYPE() |
Getter for DEPLOYMENTINSTANCETYPE, with configurable default |
ASK_DEPLOYMENTINSTANCETYPE() |
Getter for DEPLOYMENTINSTANCETYPE w/ exceptions if field has |
HAS_DEPLOYMENTINSTANCETYPE() |
Determine if DEPLOYMENTINSTANCETYPE has a value |
OptimizationTypes¶
The optimization techniques that are applied by the optimization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONTYPES() |
Getter for OPTIMIZATIONTYPES, with configurable default |
ASK_OPTIMIZATIONTYPES() |
Getter for OPTIMIZATIONTYPES w/ exceptions if field has no v |
HAS_OPTIMIZATIONTYPES() |
Determine if OPTIMIZATIONTYPES 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_OPTIMIZATIONJOBSUMMARIES¶
TYPES TT_OPTIMIZATIONJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMOPTIMIZATIONJOBS00 WITH DEFAULT KEY
.