<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Using Synthetic Data on</title><link>https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/</link><description>Recent content in Using Synthetic Data on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/index.xml" rel="self" type="application/rss+xml"/><item><title>Python SDK Installation</title><link>https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/py_sdk_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/py_sdk_install/</guid><description>&lt;p>Use this section to install, configure, and validate the Python SDK for Protegrity Synthetic Data.&lt;/p>
&lt;h3 id="prerequisites">Prerequisites&lt;/h3>
&lt;p>Ensure one of the following is met:&lt;/p>
&lt;ul>
&lt;li>&lt;code>pip&lt;/code> is available in your active Python virtual environment.&lt;/li>
&lt;li>A conda environment is activated.&lt;/li>
&lt;/ul>
&lt;h3 id="overview">Overview&lt;/h3>
&lt;p>The Synthetic Data service can be accessed programmatically using the Python SDK.&lt;/p>
&lt;h4 id="1-install-the-synthetic-data-python-sdk">1. Install the Synthetic Data Python SDK&lt;/h4>
&lt;p>Install the SDK from PyPI or conda using the version that matches the deployed Synthetic Data service.&lt;/p></description></item><item><title>Python SDK Reference</title><link>https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/apis/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/synthetic-data/latest/docs/using_synth_data/apis/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>Protegrity AI (Developer or TEAM) Editions&lt;/strong> - This section documents all classes and methods available in Protegrity Synthetic Data TEAMS and later. Methods marked as &lt;em>(TEAMS)&lt;/em> are available only in the AI TEAM edition and above.&lt;/p>&lt;/blockquote>
&lt;h3 id="clientconfig">ClientConfig&lt;/h3>
&lt;p>Configuration dataclass for all Synthetic Data SDK clients.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-python" data-lang="python">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#204a87;font-weight:bold">from&lt;/span> &lt;span style="color:#000">synthetic_data_sdk&lt;/span> &lt;span style="color:#204a87;font-weight:bold">import&lt;/span> &lt;span style="color:#000">ClientConfig&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;strong>Attributes:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;strong>endpoint&lt;/strong> (&lt;code>str&lt;/code>) - Base URL of the Synthetic Data API (e.g. &lt;code>&amp;quot;&amp;lt;GATEWAY_URL&amp;gt;/pty/syntheticdata/v2&amp;quot;&lt;/code>).&lt;/li>
&lt;li>&lt;strong>timeout&lt;/strong> (&lt;code>int&lt;/code>, default &lt;code>300&lt;/code>) - Request timeout in seconds.&lt;/li>
&lt;li>&lt;strong>max_retries&lt;/strong> (&lt;code>int&lt;/code>, default &lt;code>3&lt;/code>) - Retry attempts on connection failure.&lt;/li>
&lt;li>&lt;strong>verify_ssl&lt;/strong> (&lt;code>bool&lt;/code>, default &lt;code>True&lt;/code>) - Set to &lt;code>False&lt;/code> for self-signed certificates.&lt;/li>
&lt;li>&lt;strong>api_key&lt;/strong> (&lt;code>str | None&lt;/code>, default &lt;code>None&lt;/code>) - API key for authentication if required.&lt;/li>
&lt;li>&lt;strong>headers&lt;/strong> (&lt;code>dict&lt;/code>, default &lt;code>{}&lt;/code>) - Additional HTTP headers for every request.&lt;/li>
&lt;/ul>
&lt;h3 id="single-table-synthesizers">Single-Table Synthesizers&lt;/h3>
&lt;p>All single-table synthesizers share the same &lt;code>fit&lt;/code> / &lt;code>transform&lt;/code> / &lt;code>fit_transform&lt;/code> / &lt;code>evaluate&lt;/code> / &lt;code>summary&lt;/code> interface, inherited from a shared base class.&lt;/p></description></item></channel></rss>