Skip to content

/AWS1/CL_SGMAIBENCHOUTPUTCFG

The output configuration for an AI benchmark job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3outputlocation TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI

The Amazon S3 URI where benchmark results are stored.

Optional arguments:

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 benchmark 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

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