toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
braket
/
aws.sdk.kotlin.services.braket.model
/
JobEventType
Job
Event
Type
sealed
class
JobEventType
Inheritors
Cancelled
Completed
DeprioritizedDueToInactivity
DownloadingData
Failed
MaxRuntimeExceeded
QueuedForExecution
Running
StartingInstance
UploadingResults
WaitingForPriority
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
JobEventType
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
JobEventType
Deprioritized
Due
To
Inactivity
Link copied to clipboard
object
DeprioritizedDueToInactivity
:
JobEventType
Downloading
Data
Link copied to clipboard
object
DownloadingData
:
JobEventType
Failed
Link copied to clipboard
object
Failed
:
JobEventType
Max
Runtime
Exceeded
Link copied to clipboard
object
MaxRuntimeExceeded
:
JobEventType
Queued
For
Execution
Link copied to clipboard
object
QueuedForExecution
:
JobEventType
Running
Link copied to clipboard
object
Running
:
JobEventType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
JobEventType
Starting
Instance
Link copied to clipboard
object
StartingInstance
:
JobEventType
Uploading
Results
Link copied to clipboard
object
UploadingResults
:
JobEventType
Waiting
For
Priority
Link copied to clipboard
object
WaitingForPriority
:
JobEventType
Properties
value
Link copied to clipboard
abstract
val
value
:
String