AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
CaptureStatus
Capture
Status
sealed
class
CaptureStatus
Inheritors
Started
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CaptureStatus
Started
Link copied to clipboard
object
Started
:
CaptureStatus
Stopped
Link copied to clipboard
object
Stopped
:
CaptureStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String