toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ProjectStatus
Project
Status
sealed
class
ProjectStatus
Inheritors
CreateCompleted
CreateFailed
CreateInProgress
DeleteCompleted
DeleteFailed
DeleteInProgress
Pending
UpdateCompleted
UpdateFailed
UpdateInProgress
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Completed
Link copied to clipboard
object
CreateCompleted
:
ProjectStatus
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ProjectStatus
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
ProjectStatus
Delete
Completed
Link copied to clipboard
object
DeleteCompleted
:
ProjectStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
ProjectStatus
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
ProjectStatus
Pending
Link copied to clipboard
object
Pending
:
ProjectStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ProjectStatus
Update
Completed
Link copied to clipboard
object
UpdateCompleted
:
ProjectStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ProjectStatus
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
ProjectStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String