AWS SDK for Kotlin
Toggle table of contents
1.6.93
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
JobStatus
Job
Status
sealed
class
JobStatus
Inheritors
Completed
DeleteFailed
Deleting
Failed
InProgress
Stopped
Stopping
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
JobStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
JobStatus
Deleting
Link copied to clipboard
object
Deleting
:
JobStatus
Failed
Link copied to clipboard
object
Failed
:
JobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
JobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobStatus
Stopped
Link copied to clipboard
object
Stopped
:
JobStatus
Stopping
Link copied to clipboard
object
Stopping
:
JobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String