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
/
ExperimentResultRequestType
Experiment
Result
Request
Type
sealed
class
ExperimentResultRequestType
Inheritors
BaseStat
ConfidenceInterval
PValue
TreatmentEffect
SdkUnknown
Members
Types
Base
Stat
Link copied to clipboard
object
BaseStat
:
ExperimentResultRequestType
Companion
Link copied to clipboard
object
Companion
Confidence
Interval
Link copied to clipboard
object
ConfidenceInterval
:
ExperimentResultRequestType
PValue
Link copied to clipboard
object
PValue
:
ExperimentResultRequestType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExperimentResultRequestType
Treatment
Effect
Link copied to clipboard
object
TreatmentEffect
:
ExperimentResultRequestType
Properties
value
Link copied to clipboard
abstract
val
value
:
String