Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1022 Bytes

File metadata and controls

67 lines (38 loc) · 1022 Bytes
title description keywords author ms.author manager ms.date ms.topic ms.service ms.assetid ROBOTS audience ms.devlang ms.reviewer ms.suite ms.tgt_pltfrm ms.custom
rx_privacy_control: Changes the opt-in state for anonymous usage collection (revoscalepy)
Used for opting out of telemetry data collection, which is enabled by default.
privacy, telemetry
chuckheinzelman
charlhe
cgronlun
07/15/2019
reference
mlserver
Python

rx_privacy_control

Usage

revoscalepy.rx_privacy_control(enable: bool = None)

Description

Used for opting out of telemetry data collection, which is enabled by default.

Arguments

opt_in

A bool value that specifies whether to opt in (True) or out (False) of anonymous data usage collection. If not specified, the value is returned.

Example

import revoscalepy
revoscalepy.rx_privacy_control(False)