Skip to content

/AWS1/CL_IOSDESCREXECRESPONSE

DescribeExecutionResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_executionid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the execution.

io_targetresource TYPE REF TO /AWS1/CL_IOSTARGETRESOURCE /AWS1/CL_IOSTARGETRESOURCE

targetResource

iv_targetresourceversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the target resource.

iv_executionstarttime TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the process started.

io_executionstatus TYPE REF TO /AWS1/CL_IOSEXECUTIONSTATUS /AWS1/CL_IOSEXECUTIONSTATUS

The status of the execution process.

Optional arguments:

iv_actiontype TYPE /AWS1/IOSNAME /AWS1/IOSNAME

The type of action exectued.

io_resolveto TYPE REF TO /AWS1/CL_IOSRESOLVETO /AWS1/CL_IOSRESOLVETO

The detailed resource this execution resolves to.

iv_executionendtime TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the process ended.

it_executionresult TYPE /AWS1/CL_IOSEXECUTIONRESULT_W=>TT_EXECUTIONRESULT TT_EXECUTIONRESULT

The result of the execution.

it_executiondetails TYPE /AWS1/CL_IOSEXECUTIONDETAILS_W=>TT_EXECUTIONDETAILS TT_EXECUTIONDETAILS

Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions.

  • The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process.

  • The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.

iv_executionentityversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

Entity version used for the execution.


Queryable Attributes

executionId

The ID of the execution.

Accessible with the following methods

Method Description
GET_EXECUTIONID() Getter for EXECUTIONID, with configurable default
ASK_EXECUTIONID() Getter for EXECUTIONID w/ exceptions if field has no value
HAS_EXECUTIONID() Determine if EXECUTIONID has a value

actionType

The type of action exectued.

Accessible with the following methods

Method Description
GET_ACTIONTYPE() Getter for ACTIONTYPE, with configurable default
ASK_ACTIONTYPE() Getter for ACTIONTYPE w/ exceptions if field has no value
HAS_ACTIONTYPE() Determine if ACTIONTYPE has a value

targetResource

targetResource

Accessible with the following methods

Method Description
GET_TARGETRESOURCE() Getter for TARGETRESOURCE

targetResourceVersion

The version of the target resource.

Accessible with the following methods

Method Description
GET_TARGETRESOURCEVERSION() Getter for TARGETRESOURCEVERSION, with configurable default
ASK_TARGETRESOURCEVERSION() Getter for TARGETRESOURCEVERSION w/ exceptions if field has
HAS_TARGETRESOURCEVERSION() Determine if TARGETRESOURCEVERSION has a value

resolveTo

The detailed resource this execution resolves to.

Accessible with the following methods

Method Description
GET_RESOLVETO() Getter for RESOLVETO

executionStartTime

The time the process started.

Accessible with the following methods

Method Description
GET_EXECUTIONSTARTTIME() Getter for EXECUTIONSTARTTIME, with configurable default
ASK_EXECUTIONSTARTTIME() Getter for EXECUTIONSTARTTIME w/ exceptions if field has no
HAS_EXECUTIONSTARTTIME() Determine if EXECUTIONSTARTTIME has a value

executionEndTime

The time the process ended.

Accessible with the following methods

Method Description
GET_EXECUTIONENDTIME() Getter for EXECUTIONENDTIME, with configurable default
ASK_EXECUTIONENDTIME() Getter for EXECUTIONENDTIME w/ exceptions if field has no va
HAS_EXECUTIONENDTIME() Determine if EXECUTIONENDTIME has a value

executionStatus

The status of the execution process.

Accessible with the following methods

Method Description
GET_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS

executionResult

The result of the execution.

Accessible with the following methods

Method Description
GET_EXECUTIONRESULT() Getter for EXECUTIONRESULT, with configurable default
ASK_EXECUTIONRESULT() Getter for EXECUTIONRESULT w/ exceptions if field has no val
HAS_EXECUTIONRESULT() Determine if EXECUTIONRESULT has a value

executionDetails

Provides detailed information about the execution of your anomaly detection models. This includes model metrics and training timestamps for both training and inference actions.

  • The training action (Amazon Web Services/ANOMALY_DETECTION_TRAINING), includes performance metrics that help you compare different versions of your anomaly detection models. These metrics provide insights into the model's performance during the training process.

  • The inference action (Amazon Web Services/ANOMALY_DETECTION_INFERENCE), includes information about the results of executing your anomaly detection models. This helps you understand the output of your models and assess their performance.

Accessible with the following methods

Method Description
GET_EXECUTIONDETAILS() Getter for EXECUTIONDETAILS, with configurable default
ASK_EXECUTIONDETAILS() Getter for EXECUTIONDETAILS w/ exceptions if field has no va
HAS_EXECUTIONDETAILS() Determine if EXECUTIONDETAILS has a value

executionEntityVersion

Entity version used for the execution.

Accessible with the following methods

Method Description
GET_EXECUTIONENTITYVERSION() Getter for EXECUTIONENTITYVERSION, with configurable default
ASK_EXECUTIONENTITYVERSION() Getter for EXECUTIONENTITYVERSION w/ exceptions if field has
HAS_EXECUTIONENTITYVERSION() Determine if EXECUTIONENTITYVERSION has a value