/AWS1/CL_SGMAIRECOUTPUTRESULT¶
The output configuration for an AI recommendation job, including the S3 location for results and the model package group for deployment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3outputlocation TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI¶
The Amazon S3 URI where the recommendation job writes its output results.
Optional arguments:¶
iv_modelpackagegroupid TYPE /AWS1/SGMAIRESOURCEIDENTIFIER /AWS1/SGMAIRESOURCEIDENTIFIER¶
The name or Amazon Resource Name (ARN) of the model package group where deployment-ready model packages are registered.
io_mlflowconfig TYPE REF TO /AWS1/CL_SGMAIMLFLOWCONFIG /AWS1/CL_SGMAIMLFLOWCONFIG¶
The MLflow tracking configuration for the job.
Queryable Attributes¶
S3OutputLocation¶
The Amazon S3 URI where the recommendation job writes its output results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OUTPUTLOCATION() |
Getter for S3OUTPUTLOCATION, with configurable default |
ASK_S3OUTPUTLOCATION() |
Getter for S3OUTPUTLOCATION w/ exceptions if field has no va |
HAS_S3OUTPUTLOCATION() |
Determine if S3OUTPUTLOCATION has a value |
ModelPackageGroupIdentifier¶
The name or Amazon Resource Name (ARN) of the model package group where deployment-ready model packages are registered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGEGROUPID() |
Getter for MODELPACKAGEGROUPIDENTIFIER, with configurable de |
ASK_MODELPACKAGEGROUPID() |
Getter for MODELPACKAGEGROUPIDENTIFIER w/ exceptions if fiel |
HAS_MODELPACKAGEGROUPID() |
Determine if MODELPACKAGEGROUPIDENTIFIER has a value |
MlflowConfig¶
The MLflow tracking configuration for the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MLFLOWCONFIG() |
Getter for MLFLOWCONFIG |