/AWS1/CL_SGMAIRECOMMENDATION¶
An optimization recommendation generated by an AI recommendation job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_recommendationdescription TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING¶
A description of the recommendation.
it_optimizationdetails TYPE /AWS1/CL_SGMAIRECOPTMZTNDETAIL=>TT_AIRECOPTIMIZATIONDETAILLIST TT_AIRECOPTIMIZATIONDETAILLIST¶
The optimization techniques applied in this recommendation.
io_modeldetails TYPE REF TO /AWS1/CL_SGMAIRECMODELDETAILS /AWS1/CL_SGMAIRECMODELDETAILS¶
Details about the model package associated with this recommendation.
io_deploymentconfiguration TYPE REF TO /AWS1/CL_SGMAIRECDEPLOYCONF /AWS1/CL_SGMAIRECDEPLOYCONF¶
The deployment configuration for this recommendation, including the container image, instance type, instance count, and environment variables.
iv_aibenchmarkjobarn TYPE /AWS1/SGMAIBENCHMARKJOBARN /AWS1/SGMAIBENCHMARKJOBARN¶
The Amazon Resource Name (ARN) of the benchmark job associated with this recommendation.
it_expectedperformance TYPE /AWS1/CL_SGMAIRECPERFRMANCEMET=>TT_EXPECTEDPERFORMANCELIST TT_EXPECTEDPERFORMANCELIST¶
The expected performance metrics for this recommendation.
Queryable Attributes¶
RecommendationDescription¶
A description of the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECDESCRIPTION() |
Getter for RECOMMENDATIONDESCRIPTION, with configurable defa |
ASK_RECDESCRIPTION() |
Getter for RECOMMENDATIONDESCRIPTION w/ exceptions if field |
HAS_RECDESCRIPTION() |
Determine if RECOMMENDATIONDESCRIPTION has a value |
OptimizationDetails¶
The optimization techniques applied in this recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIMIZATIONDETAILS() |
Getter for OPTIMIZATIONDETAILS, with configurable default |
ASK_OPTIMIZATIONDETAILS() |
Getter for OPTIMIZATIONDETAILS w/ exceptions if field has no |
HAS_OPTIMIZATIONDETAILS() |
Determine if OPTIMIZATIONDETAILS has a value |
ModelDetails¶
Details about the model package associated with this recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELDETAILS() |
Getter for MODELDETAILS |
DeploymentConfiguration¶
The deployment configuration for this recommendation, including the container image, instance type, instance count, and environment variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTCONFIGURATION() |
Getter for DEPLOYMENTCONFIGURATION |
AIBenchmarkJobArn¶
The Amazon Resource Name (ARN) of the benchmark job associated with this recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AIBENCHMARKJOBARN() |
Getter for AIBENCHMARKJOBARN, with configurable default |
ASK_AIBENCHMARKJOBARN() |
Getter for AIBENCHMARKJOBARN w/ exceptions if field has no v |
HAS_AIBENCHMARKJOBARN() |
Determine if AIBENCHMARKJOBARN has a value |
ExpectedPerformance¶
The expected performance metrics for this recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDPERFORMANCE() |
Getter for EXPECTEDPERFORMANCE, with configurable default |
ASK_EXPECTEDPERFORMANCE() |
Getter for EXPECTEDPERFORMANCE w/ exceptions if field has no |
HAS_EXPECTEDPERFORMANCE() |
Determine if EXPECTEDPERFORMANCE 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_AIRECOMMENDATIONLIST¶
TYPES TT_AIRECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAIRECOMMENDATION WITH DEFAULT KEY
.