toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ImageStatus
Image
Status
sealed
class
ImageStatus
Inheritors
Created
CreateFailed
Creating
DeleteFailed
Deleting
UpdateFailed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
ImageStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ImageStatus
Creating
Link copied to clipboard
object
Creating
:
ImageStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ImageStatus
Deleting
Link copied to clipboard
object
Deleting
:
ImageStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImageStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ImageStatus
Updating
Link copied to clipboard
object
Updating
:
ImageStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String