Skip to content

/AWS1/CL_BDOONLINEEVALCFGSUMM

The summary information about an online evaluation configuration, including basic metadata and execution status.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_onlineevaluationconfigarn TYPE /AWS1/BDOONLINEEVALCONFIGARN /AWS1/BDOONLINEEVALCONFIGARN

The Amazon Resource Name (ARN) of the online evaluation configuration.

iv_onlineevaluationconfigid TYPE /AWS1/BDOONLINEEVALCONFIGID /AWS1/BDOONLINEEVALCONFIGID

The unique identifier of the online evaluation configuration.

iv_onlineevalconfigname TYPE /AWS1/BDOEVALUATIONCONFIGNAME /AWS1/BDOEVALUATIONCONFIGNAME

The name of the online evaluation configuration.

iv_status TYPE /AWS1/BDOONLINEEVALCFGSTATUS /AWS1/BDOONLINEEVALCFGSTATUS

The status of the online evaluation configuration.

iv_executionstatus TYPE /AWS1/BDOONLINEEVALEXECSTATUS /AWS1/BDOONLINEEVALEXECSTATUS

The execution status indicating whether the online evaluation is currently running.

iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP

The timestamp when the online evaluation configuration was created.

iv_updatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP

The timestamp when the online evaluation configuration was last updated.

Optional arguments:

iv_description TYPE /AWS1/BDOEVALUATIONCONFIGDESC /AWS1/BDOEVALUATIONCONFIGDESC

The description of the online evaluation configuration.

iv_failurereason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The reason for failure if the online evaluation configuration execution failed.


Queryable Attributes

onlineEvaluationConfigArn

The Amazon Resource Name (ARN) of the online evaluation configuration.

Accessible with the following methods

Method Description
GET_ONLINEEVALCONFIGARN() Getter for ONLINEEVALUATIONCONFIGARN, with configurable defa
ASK_ONLINEEVALCONFIGARN() Getter for ONLINEEVALUATIONCONFIGARN w/ exceptions if field
HAS_ONLINEEVALCONFIGARN() Determine if ONLINEEVALUATIONCONFIGARN has a value

onlineEvaluationConfigId

The unique identifier of the online evaluation configuration.

Accessible with the following methods

Method Description
GET_ONLINEEVALUATIONCONFIGID() Getter for ONLINEEVALUATIONCONFIGID, with configurable defau
ASK_ONLINEEVALUATIONCONFIGID() Getter for ONLINEEVALUATIONCONFIGID w/ exceptions if field h
HAS_ONLINEEVALUATIONCONFIGID() Determine if ONLINEEVALUATIONCONFIGID has a value

onlineEvaluationConfigName

The name of the online evaluation configuration.

Accessible with the following methods

Method Description
GET_ONLINEEVALCONFIGNAME() Getter for ONLINEEVALUATIONCONFIGNAME, with configurable def
ASK_ONLINEEVALCONFIGNAME() Getter for ONLINEEVALUATIONCONFIGNAME w/ exceptions if field
HAS_ONLINEEVALCONFIGNAME() Determine if ONLINEEVALUATIONCONFIGNAME has a value

description

The description of the online evaluation configuration.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

status

The status of the online evaluation configuration.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

executionStatus

The execution status indicating whether the online evaluation is currently running.

Accessible with the following methods

Method Description
GET_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS, with configurable default
ASK_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS w/ exceptions if field has no val
HAS_EXECUTIONSTATUS() Determine if EXECUTIONSTATUS has a value

createdAt

The timestamp when the online evaluation configuration was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the online evaluation configuration was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

failureReason

The reason for failure if the online evaluation configuration execution failed.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON 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_ONLINEEVALCONFIGSUMMARYLIST

TYPES TT_ONLINEEVALCONFIGSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOONLINEEVALCFGSUMM WITH DEFAULT KEY
.