Skip to content

/AWS1/CL_LM2DESCRTESTSETRSP

DescribeTestSetResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TESTSETID TYPE /AWS1/LM2ID /AWS1/LM2ID

The test set Id for the test set response.

IV_TESTSETNAME TYPE /AWS1/LM2NAME /AWS1/LM2NAME

The test set name of the test set.

IV_DESCRIPTION TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION

The description of the test set.

IV_MODALITY TYPE /AWS1/LM2TESTSETMODALITY /AWS1/LM2TESTSETMODALITY

Indicates whether the test set is audio or text data.

IV_STATUS TYPE /AWS1/LM2TESTSETSTATUS /AWS1/LM2TESTSETSTATUS

The status of the test set.

IV_ROLEARN TYPE /AWS1/LM2ROLEARN /AWS1/LM2ROLEARN

The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

IV_NUMTURNS TYPE /AWS1/LM2COUNT /AWS1/LM2COUNT

The total number of agent and user turn in the test set.

IO_STORAGELOCATION TYPE REF TO /AWS1/CL_LM2TESTSETSTORAGELOC /AWS1/CL_LM2TESTSETSTORAGELOC

The Amazon S3 storage location for the test set data.

IV_CREATIONDATETIME TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP

The creation date and time for the test set data.

IV_LASTUPDATEDDATETIME TYPE /AWS1/LM2TIMESTAMP /AWS1/LM2TIMESTAMP

The date and time for the last update of the test set data.


Queryable Attributes

testSetId

The test set Id for the test set response.

Accessible with the following methods

Method Description
GET_TESTSETID() Getter for TESTSETID, with configurable default
ASK_TESTSETID() Getter for TESTSETID w/ exceptions if field has no value
HAS_TESTSETID() Determine if TESTSETID has a value

testSetName

The test set name of the test set.

Accessible with the following methods

Method Description
GET_TESTSETNAME() Getter for TESTSETNAME, with configurable default
ASK_TESTSETNAME() Getter for TESTSETNAME w/ exceptions if field has no value
HAS_TESTSETNAME() Determine if TESTSETNAME has a value

description

The description of the test set.

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

modality

Indicates whether the test set is audio or text data.

Accessible with the following methods

Method Description
GET_MODALITY() Getter for MODALITY, with configurable default
ASK_MODALITY() Getter for MODALITY w/ exceptions if field has no value
HAS_MODALITY() Determine if MODALITY has a value

status

The status of the test set.

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

roleArn

The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

numTurns

The total number of agent and user turn in the test set.

Accessible with the following methods

Method Description
GET_NUMTURNS() Getter for NUMTURNS, with configurable default
ASK_NUMTURNS() Getter for NUMTURNS w/ exceptions if field has no value
HAS_NUMTURNS() Determine if NUMTURNS has a value

storageLocation

The Amazon S3 storage location for the test set data.

Accessible with the following methods

Method Description
GET_STORAGELOCATION() Getter for STORAGELOCATION

creationDateTime

The creation date and time for the test set data.

Accessible with the following methods

Method Description
GET_CREATIONDATETIME() Getter for CREATIONDATETIME, with configurable default
ASK_CREATIONDATETIME() Getter for CREATIONDATETIME w/ exceptions if field has no va
HAS_CREATIONDATETIME() Determine if CREATIONDATETIME has a value

lastUpdatedDateTime

The date and time for the last update of the test set data.

Accessible with the following methods

Method Description
GET_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME, with configurable default
ASK_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME w/ exceptions if field has no
HAS_LASTUPDATEDDATETIME() Determine if LASTUPDATEDDATETIME has a value