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