AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
ModelStatus
Model
Status
sealed
class
ModelStatus
Inheritors
Deleting
InError
Stopped
StopRequested
Submitted
Trained
TrainedWithWarning
Training
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
ModelStatus
In
Error
Link copied to clipboard
object
InError
:
ModelStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ModelStatus
Stopped
Link copied to clipboard
object
Stopped
:
ModelStatus
Stop
Requested
Link copied to clipboard
object
StopRequested
:
ModelStatus
Submitted
Link copied to clipboard
object
Submitted
:
ModelStatus
Trained
Link copied to clipboard
object
Trained
:
ModelStatus
Trained
With
Warning
Link copied to clipboard
object
TrainedWithWarning
:
ModelStatus
Training
Link copied to clipboard
object
Training
:
ModelStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String