AWS SDK for Kotlin
Toggle table of contents
1.5.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockdataautomation
/
aws.sdk.kotlin.services.bedrockdataautomation.model
/
BlueprintOptimizationJobStatus
Blueprint
Optimization
Job
Status
sealed
class
BlueprintOptimizationJobStatus
List of status supported by optimization jobs
Inheritors
ClientError
Created
InProgress
ServiceError
Success
SdkUnknown
Members
Types
Client
Error
Link copied to clipboard
object
ClientError
:
BlueprintOptimizationJobStatus
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
BlueprintOptimizationJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
BlueprintOptimizationJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BlueprintOptimizationJobStatus
Service
Error
Link copied to clipboard
object
ServiceError
:
BlueprintOptimizationJobStatus
Success
Link copied to clipboard
object
Success
:
BlueprintOptimizationJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String