AWS SDK for Kotlin
Toggle table of contents
1.6.76
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcore
/
aws.sdk.kotlin.services.bedrockagentcore.model
/
BatchEvaluationStatus
Batch
Evaluation
Status
sealed
class
BatchEvaluationStatus
Inheritors
Completed
CompletedWithErrors
Deleting
Failed
InProgress
Pending
Stopped
Stopping
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
BatchEvaluationStatus
Completed
With
Errors
Link copied to clipboard
object
CompletedWithErrors
:
BatchEvaluationStatus
Deleting
Link copied to clipboard
object
Deleting
:
BatchEvaluationStatus
Failed
Link copied to clipboard
object
Failed
:
BatchEvaluationStatus
In
Progress
Link copied to clipboard
object
InProgress
:
BatchEvaluationStatus
Pending
Link copied to clipboard
object
Pending
:
BatchEvaluationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchEvaluationStatus
Stopped
Link copied to clipboard
object
Stopped
:
BatchEvaluationStatus
Stopping
Link copied to clipboard
object
Stopping
:
BatchEvaluationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String