toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
bedrockagent
/
aws.sdk.kotlin.services.bedrockagent.model
/
IngestionJobStatus
Ingestion
Job
Status
sealed
class
IngestionJobStatus
The status of an ingestion job.
Inheritors
Complete
Failed
InProgress
Starting
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
IngestionJobStatus
Failed
Link copied to clipboard
object
Failed
:
IngestionJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
IngestionJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IngestionJobStatus
Starting
Link copied to clipboard
object
Starting
:
IngestionJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String