toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lookoutequipment
/
aws.sdk.kotlin.services.lookoutequipment.model
/
AutoPromotionResult
Auto
Promotion
Result
sealed
class
AutoPromotionResult
Inheritors
ModelNotPromoted
ModelPromoted
RetrainingCancelled
RetrainingCustomerError
RetrainingInternalError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Model
Not
Promoted
Link copied to clipboard
object
ModelNotPromoted
:
AutoPromotionResult
Model
Promoted
Link copied to clipboard
object
ModelPromoted
:
AutoPromotionResult
Retraining
Cancelled
Link copied to clipboard
object
RetrainingCancelled
:
AutoPromotionResult
Retraining
Customer
Error
Link copied to clipboard
object
RetrainingCustomerError
:
AutoPromotionResult
Retraining
Internal
Error
Link copied to clipboard
object
RetrainingInternalError
:
AutoPromotionResult
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AutoPromotionResult
Properties
value
Link copied to clipboard
abstract
val
value
:
String