toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ModelCardExportJobStatus
Model
Card
Export
Job
Status
sealed
class
ModelCardExportJobStatus
Inheritors
Completed
Failed
InProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ModelCardExportJobStatus
Failed
Link copied to clipboard
object
Failed
:
ModelCardExportJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ModelCardExportJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ModelCardExportJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String