DifferentialPrivacyPolicy class

Represents privacy policy associated with "differential privacy" method.

Constructors

DifferentialPrivacyPolicy({double? deltaBudget, double? deltaBudgetRemaining, double? deltaPerQuery, double? epsilonBudget, double? epsilonBudgetRemaining, double? maxEpsilonPerQuery, String? maxGroupsContributed, String? privacyUnitColumn})
DifferentialPrivacyPolicy.fromJson(Map json_)

Properties

deltaBudget double?
The total delta budget for all queries against the privacy-protected view.
getter/setter pair
deltaBudgetRemaining double?
The delta budget remaining.
getter/setter pair
deltaPerQuery double?
The delta value that is used per query.
getter/setter pair
epsilonBudget double?
The total epsilon budget for all queries against the privacy-protected view.
getter/setter pair
epsilonBudgetRemaining double?
The epsilon budget remaining.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxEpsilonPerQuery double?
The maximum epsilon value that a query can consume.
getter/setter pair
maxGroupsContributed String?
The maximum groups contributed value that is used per query.
getter/setter pair
privacyUnitColumn String?
The privacy unit column associated with this policy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited