/AWS1/CL_BDOCREONLINEEVALCFG01¶
CreateOnlineEvaluationConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_onlineevaluationconfigarn TYPE /AWS1/BDOONLINEEVALCONFIGARN /AWS1/BDOONLINEEVALCONFIGARN¶
The Amazon Resource Name (ARN) of the created online evaluation configuration.
iv_onlineevaluationconfigid TYPE /AWS1/BDOONLINEEVALCONFIGID /AWS1/BDOONLINEEVALCONFIGID¶
The unique identifier of the created online evaluation configuration.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the online evaluation configuration was created.
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.
Optional arguments:¶
io_outputconfig TYPE REF TO /AWS1/CL_BDOOUTPUTCONFIG /AWS1/CL_BDOOUTPUTCONFIG¶
outputConfig
iv_failurereason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The reason for failure if the online evaluation configuration creation or execution failed.
Queryable Attributes¶
onlineEvaluationConfigArn¶
The Amazon Resource Name (ARN) of the created 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 created 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 |
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 |
outputConfig¶
outputConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCONFIG() |
Getter for OUTPUTCONFIG |
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 |
failureReason¶
The reason for failure if the online evaluation configuration creation or 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 |