{ "arguments": { "data": { "type_value": "Array", "description": "Result to be released privately via the Geometric mechanism. Member data type must be integer." }, "lower": { "type_value": "Array", "default_python": "None", "description": "Lower bound of the statistic to be privatized. Member data type must be integer." }, "upper": { "type_value": "Array", "default_python": "None", "description": "Upper bound of the statistic to be privatized. Member data type must be integer." }, "sensitivity": { "type_value": "Array", "default_python": "None", "default_rust": "None", "description": "Override the sensitivity computed by the library. Rejected unless `protect_sensitivity` is disabled." } }, "id": "SimpleGeometricMechanism", "name": "simple_geometric_mechanism", "options": { "privacy_usage": { "type_proto": "repeated PrivacyUsage", "type_rust": "Vec", "default_python": "None", "description": "Object describing the type and amount of privacy to be used for the mechanism release. Values of zero or less, and values of greater than one, will result in warnings." } }, "return": { "type_value": "Array", "description": "Original data perturbed with Geometric noise." }, "description": "Privatizes a result by returning it perturbed with Geometric noise.", "proto_id": 53 }