AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatch
/
aws.sdk.kotlin.services.cloudwatch.model
/
AnomalyDetectorStateValue
Anomaly
Detector
State
Value
sealed
class
AnomalyDetectorStateValue
Inheritors
PendingTraining
Trained
TrainedInsufficientData
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Pending
Training
Link copied to clipboard
object
PendingTraining
:
AnomalyDetectorStateValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AnomalyDetectorStateValue
Trained
Link copied to clipboard
object
Trained
:
AnomalyDetectorStateValue
Trained
Insufficient
Data
Link copied to clipboard
object
TrainedInsufficientData
:
AnomalyDetectorStateValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String