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