/AWS1/CL_LM2UPDATETESTSETRSP¶
UpdateTestSetResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_testsetid
TYPE /AWS1/LM2ID
/AWS1/LM2ID
¶
The test set Id for which update test operation to be performed.
iv_testsetname
TYPE /AWS1/LM2NAME
/AWS1/LM2NAME
¶
The test set name for the updated test set.
iv_description
TYPE /AWS1/LM2DESCRIPTION
/AWS1/LM2DESCRIPTION
¶
The test set description for the updated test set.
iv_modality
TYPE /AWS1/LM2TESTSETMODALITY
/AWS1/LM2TESTSETMODALITY
¶
Indicates whether audio or text is used for the updated test set.
iv_status
TYPE /AWS1/LM2TESTSETSTATUS
/AWS1/LM2TESTSETSTATUS
¶
The status for the updated 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 number of conversation turns from the updated test set.
io_storagelocation
TYPE REF TO /AWS1/CL_LM2TESTSETSTORAGELOC
/AWS1/CL_LM2TESTSETSTORAGELOC
¶
The Amazon S3 storage location for the updated test set.
iv_creationdatetime
TYPE /AWS1/LM2TIMESTAMP
/AWS1/LM2TIMESTAMP
¶
The creation date and time for the updated test set.
iv_lastupdateddatetime
TYPE /AWS1/LM2TIMESTAMP
/AWS1/LM2TIMESTAMP
¶
The date and time of the last update for the updated test set.
Queryable Attributes¶
testSetId¶
The test set Id for which update test operation to be performed.
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 for the updated 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 test set description for the updated 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 audio or text is used for the updated test set.
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 for the updated 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 number of conversation turns from the updated 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 updated test set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGELOCATION() |
Getter for STORAGELOCATION |
creationDateTime¶
The creation date and time for the updated test set.
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 of the last update for the updated test set.
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 |