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