Skip to content

/AWS1/CL_SGMMDELEXPLAINABILI01

Docker container image configuration object for the model explainability job.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_imageuri TYPE /AWS1/SGMIMAGEURI /AWS1/SGMIMAGEURI

The container image to be run by the model explainability job.

iv_configuri TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI

JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

Optional arguments:

it_environment TYPE /AWS1/CL_SGMMONENVIRONMENTMA00=>TT_MONITORINGENVIRONMENTMAP TT_MONITORINGENVIRONMENTMAP

Sets the environment variables in the Docker container.


Queryable Attributes

ImageUri

The container image to be run by the model explainability job.

Accessible with the following methods

Method Description
GET_IMAGEURI() Getter for IMAGEURI, with configurable default
ASK_IMAGEURI() Getter for IMAGEURI w/ exceptions if field has no value
HAS_IMAGEURI() Determine if IMAGEURI has a value

ConfigUri

JSON formatted Amazon S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

Accessible with the following methods

Method Description
GET_CONFIGURI() Getter for CONFIGURI, with configurable default
ASK_CONFIGURI() Getter for CONFIGURI w/ exceptions if field has no value
HAS_CONFIGURI() Determine if CONFIGURI has a value

Environment

Sets the environment variables in the Docker container.

Accessible with the following methods

Method Description
GET_ENVIRONMENT() Getter for ENVIRONMENT, with configurable default
ASK_ENVIRONMENT() Getter for ENVIRONMENT w/ exceptions if field has no value
HAS_ENVIRONMENT() Determine if ENVIRONMENT has a value