AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
TestSetStatus
Test
Set
Status
sealed
class
TestSetStatus
Inheritors
Deleting
Importing
PendingAnnotation
Ready
ValidationError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
TestSetStatus
Importing
Link copied to clipboard
object
Importing
:
TestSetStatus
Pending
Annotation
Link copied to clipboard
object
PendingAnnotation
:
TestSetStatus
Ready
Link copied to clipboard
object
Ready
:
TestSetStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TestSetStatus
Validation
Error
Link copied to clipboard
object
ValidationError
:
TestSetStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String