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