/AWS1/CL_SGMAIRECMODELDETAILS¶
Details about the model package in a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_modelpackagearn TYPE /AWS1/SGMMODELPACKAGEARN /AWS1/SGMMODELPACKAGEARN¶
The Amazon Resource Name (ARN) of the model package.
iv_inferencespecname TYPE /AWS1/SGMAIINFERENCESPECNAME /AWS1/SGMAIINFERENCESPECNAME¶
The name of the inference specification within the model package.
it_instancedetails TYPE /AWS1/CL_SGMAIRECINSTDETAIL=>TT_AIRECINSTANCEDETAILLIST TT_AIRECINSTANCEDETAILLIST¶
The instance details for this recommendation, including instance type, count, and model copies per instance.
Queryable Attributes¶
ModelPackageArn¶
The Amazon Resource Name (ARN) of the model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGEARN() |
Getter for MODELPACKAGEARN, with configurable default |
ASK_MODELPACKAGEARN() |
Getter for MODELPACKAGEARN w/ exceptions if field has no val |
HAS_MODELPACKAGEARN() |
Determine if MODELPACKAGEARN has a value |
InferenceSpecificationName¶
The name of the inference specification within the model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCESPECNAME() |
Getter for INFERENCESPECIFICATIONNAME, with configurable def |
ASK_INFERENCESPECNAME() |
Getter for INFERENCESPECIFICATIONNAME w/ exceptions if field |
HAS_INFERENCESPECNAME() |
Determine if INFERENCESPECIFICATIONNAME has a value |
InstanceDetails¶
The instance details for this recommendation, including instance type, count, and model copies per instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEDETAILS() |
Getter for INSTANCEDETAILS, with configurable default |
ASK_INSTANCEDETAILS() |
Getter for INSTANCEDETAILS w/ exceptions if field has no val |
HAS_INSTANCEDETAILS() |
Determine if INSTANCEDETAILS has a value |