Skip to content

/AWS1/CL_BDNMODELSUMMARY

Summary information about an available AI model.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_modelid TYPE /AWS1/BDNMODELID /AWS1/BDNMODELID

The unique identifier of the model.

io_modellifecycle TYPE REF TO /AWS1/CL_BDNMODELLIFECYCLE /AWS1/CL_BDNMODELLIFECYCLE

The lifecycle information for the model.

iv_minimumcompatibilityvrs TYPE /AWS1/BDNINTEGER /AWS1/BDNINTEGER

The minimum client compatibility version required to use this model.


Queryable Attributes

modelId

The unique identifier of the model.

Accessible with the following methods

Method Description
GET_MODELID() Getter for MODELID, with configurable default
ASK_MODELID() Getter for MODELID w/ exceptions if field has no value
HAS_MODELID() Determine if MODELID has a value

modelLifecycle

The lifecycle information for the model.

Accessible with the following methods

Method Description
GET_MODELLIFECYCLE() Getter for MODELLIFECYCLE

minimumCompatibilityVersion

The minimum client compatibility version required to use this model.

Accessible with the following methods

Method Description
GET_MINIMUMCOMPATIBILITYVRS() Getter for MINIMUMCOMPATIBILITYVERSION, with configurable de
ASK_MINIMUMCOMPATIBILITYVRS() Getter for MINIMUMCOMPATIBILITYVERSION w/ exceptions if fiel
HAS_MINIMUMCOMPATIBILITYVRS() Determine if MINIMUMCOMPATIBILITYVERSION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_MODELSUMMARIES

TYPES TT_MODELSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDNMODELSUMMARY WITH DEFAULT KEY
.