Skip to content

/AWS1/CL_SGMAIRECOUTPUTCONFIG

The output configuration for an AI recommendation job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_s3outputlocation TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI

The Amazon S3 URI where recommendation results are stored.

iv_modelpackagegroupid TYPE /AWS1/SGMAIRESOURCEIDENTIFIER /AWS1/SGMAIRESOURCEIDENTIFIER

The name or Amazon Resource Name (ARN) of the model package group where the optimized model is registered as a new model package version.

io_mlflowconfig TYPE REF TO /AWS1/CL_SGMAIMLFLOWCONFIG /AWS1/CL_SGMAIMLFLOWCONFIG

The MLflow tracking configuration for the job. If you don't specify this parameter, MLflow tracking is disabled.


Queryable Attributes

S3OutputLocation

The Amazon S3 URI where recommendation results are stored.

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 the optimized model is registered as a new model package version.

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. If you don't specify this parameter, MLflow tracking is disabled.

Accessible with the following methods

Method Description
GET_MLFLOWCONFIG() Getter for MLFLOWCONFIG