AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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