toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
DifferentialPrivacyAggregationType
Differential
Privacy
Aggregation
Type
sealed
class
DifferentialPrivacyAggregationType
Inheritors
Avg
Count
CountDistinct
Stddev
Sum
SdkUnknown
Members
Types
Avg
Link copied to clipboard
object
Avg
:
DifferentialPrivacyAggregationType
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
DifferentialPrivacyAggregationType
Count
Distinct
Link copied to clipboard
object
CountDistinct
:
DifferentialPrivacyAggregationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DifferentialPrivacyAggregationType
Stddev
Link copied to clipboard
object
Stddev
:
DifferentialPrivacyAggregationType
Sum
Link copied to clipboard
object
Sum
:
DifferentialPrivacyAggregationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String