Skip to content

/AWS1/CL_BDCGETBATCHEVALRSP

GetBatchEvaluationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_batchevaluationid TYPE /AWS1/BDCBATCHEVALUATIONID /AWS1/BDCBATCHEVALUATIONID

The unique identifier of the batch evaluation.

iv_batchevaluationarn TYPE /AWS1/BDCBATCHEVALUATIONARN /AWS1/BDCBATCHEVALUATIONARN

The Amazon Resource Name (ARN) of the batch evaluation.

iv_batchevaluationname TYPE /AWS1/BDCBATCHEVALUATIONNAME /AWS1/BDCBATCHEVALUATIONNAME

The name of the batch evaluation.

iv_status TYPE /AWS1/BDCBATCHEVALUATIONSTATUS /AWS1/BDCBATCHEVALUATIONSTATUS

The current status of the batch evaluation.

iv_createdat TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

The timestamp when the batch evaluation was created.

Optional arguments:

it_evaluators TYPE /AWS1/CL_BDCEVALUATOR=>TT_EVALUATORLIST TT_EVALUATORLIST

The list of evaluators applied during the batch evaluation.

io_datasourceconfig TYPE REF TO /AWS1/CL_BDCDATASOURCECONFIG /AWS1/CL_BDCDATASOURCECONFIG

The data source configuration specifying where agent traces are pulled from.

io_outputconfig TYPE REF TO /AWS1/CL_BDCOUTPUTCONFIG /AWS1/CL_BDCOUTPUTCONFIG

The output configuration specifying where evaluation results are written.

io_evaluationresults TYPE REF TO /AWS1/CL_BDCEVALJOBRESULTS /AWS1/CL_BDCEVALJOBRESULTS

The aggregated evaluation results, including session completion counts and evaluator score summaries.

it_errordetails TYPE /AWS1/CL_BDCERRORDETAILSLIST_W=>TT_ERRORDETAILSLIST TT_ERRORDETAILSLIST

The error details if the batch evaluation encountered failures.

iv_description TYPE /AWS1/BDCBATCHEVALUATIONDESC /AWS1/BDCBATCHEVALUATIONDESC

The description of the batch evaluation.

iv_updatedat TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

The timestamp when the batch evaluation was last updated.


Queryable Attributes

batchEvaluationId

The unique identifier of the batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID, with configurable default
ASK_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID w/ exceptions if field has no v
HAS_BATCHEVALUATIONID() Determine if BATCHEVALUATIONID has a value

batchEvaluationArn

The Amazon Resource Name (ARN) of the batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN, with configurable default
ASK_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN w/ exceptions if field has no
HAS_BATCHEVALUATIONARN() Determine if BATCHEVALUATIONARN has a value

batchEvaluationName

The name of the batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONNAME() Getter for BATCHEVALUATIONNAME, with configurable default
ASK_BATCHEVALUATIONNAME() Getter for BATCHEVALUATIONNAME w/ exceptions if field has no
HAS_BATCHEVALUATIONNAME() Determine if BATCHEVALUATIONNAME has a value

status

The current status of the batch evaluation.

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

createdAt

The timestamp when the batch evaluation 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

evaluators

The list of evaluators applied during the batch evaluation.

Accessible with the following methods

Method Description
GET_EVALUATORS() Getter for EVALUATORS, with configurable default
ASK_EVALUATORS() Getter for EVALUATORS w/ exceptions if field has no value
HAS_EVALUATORS() Determine if EVALUATORS has a value

dataSourceConfig

The data source configuration specifying where agent traces are pulled from.

Accessible with the following methods

Method Description
GET_DATASOURCECONFIG() Getter for DATASOURCECONFIG

outputConfig

The output configuration specifying where evaluation results are written.

Accessible with the following methods

Method Description
GET_OUTPUTCONFIG() Getter for OUTPUTCONFIG

evaluationResults

The aggregated evaluation results, including session completion counts and evaluator score summaries.

Accessible with the following methods

Method Description
GET_EVALUATIONRESULTS() Getter for EVALUATIONRESULTS

errorDetails

The error details if the batch evaluation encountered failures.

Accessible with the following methods

Method Description
GET_ERRORDETAILS() Getter for ERRORDETAILS, with configurable default
ASK_ERRORDETAILS() Getter for ERRORDETAILS w/ exceptions if field has no value
HAS_ERRORDETAILS() Determine if ERRORDETAILS has a value

description

The description of the batch evaluation.

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

updatedAt

The timestamp when the batch evaluation 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