TestSetSummary - Amazon Lex API Reference

TestSetSummary

Contains summary information about the test set.

Contents

creationDateTime

The date and time at which the test set was created.

Type: Timestamp

Required: No

description

The description of the test set.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 200.

Required: No

lastUpdatedDateTime

The date and time at which the test set was last updated.

Type: Timestamp

Required: No

modality

Specifies whether the test set contains written or spoken data.

Type: String

Valid Values: Text | Audio

Required: No

numTurns

The number of turns in the test set.

Type: Integer

Required: No

roleArn

The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.

Type: String

Length Constraints: Minimum length of 32. Maximum length of 2048.

Pattern: ^arn:aws:iam::[0-9]{12}:role/.*$

Required: No

status

The status of the test set.

Type: String

Valid Values: Importing | PendingAnnotation | Deleting | ValidationError | Ready

Required: No

storageLocation

Contains information about the location at which the test set is stored.

Type: TestSetStorageLocation object

Required: No

testSetId

The unique identifier of the test set.

Type: String

Length Constraints: Fixed length of 10.

Pattern: ^[0-9a-zA-Z]+$

Required: No

testSetName

The name of the test set.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^([0-9a-zA-Z][_-]?){1,100}$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: