AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
evidently
/
aws.sdk.kotlin.services.evidently.model
/
ExperimentResultResponseType
Experiment
Result
Response
Type
sealed
class
ExperimentResultResponseType
Inheritors
ConfidenceIntervalLowerbound
ConfidenceIntervalUpperbound
Mean
PValue
TreatmentEffect
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Confidence
Interval
Lowerbound
Link copied to clipboard
object
ConfidenceIntervalLowerbound
:
ExperimentResultResponseType
Confidence
Interval
Upperbound
Link copied to clipboard
object
ConfidenceIntervalUpperbound
:
ExperimentResultResponseType
Mean
Link copied to clipboard
object
Mean
:
ExperimentResultResponseType
PValue
Link copied to clipboard
object
PValue
:
ExperimentResultResponseType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExperimentResultResponseType
Treatment
Effect
Link copied to clipboard
object
TreatmentEffect
:
ExperimentResultResponseType
Properties
value
Link copied to clipboard
abstract
val
value
:
String