AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanroomsml
/
aws.sdk.kotlin.services.cleanroomsml.model
/
TrainedModelExportJobStatus
Trained
Model
Export
Job
Status
sealed
class
TrainedModelExportJobStatus
Inheritors
Active
CreateFailed
CreateInProgress
CreatePending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TrainedModelExportJobStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
TrainedModelExportJobStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
TrainedModelExportJobStatus
Create
Pending
Link copied to clipboard
object
CreatePending
:
TrainedModelExportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TrainedModelExportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String